aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-11-29 21:33:11 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-11-29 21:33:11 +0000
commit852e5f18a12f013ff740aabc0dc5ac9bdc2ef5ab (patch)
tree453595dfd2af1e5167b1d9c04f46f751d51b3f9a /Makefile.def
parent143c8e19b42606e003e1812e838e779fd1c69b21 (diff)
downloadfsf-binutils-gdb-852e5f18a12f013ff740aabc0dc5ac9bdc2ef5ab.zip
fsf-binutils-gdb-852e5f18a12f013ff740aabc0dc5ac9bdc2ef5ab.tar.gz
fsf-binutils-gdb-852e5f18a12f013ff740aabc0dc5ac9bdc2ef5ab.tar.bz2
2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
(Starting slow-motion replay merge from gcc 3.4 b-i-b branch) * configure: Remove 'removing', which doesn't work. Replace $subdir with . everywhere. Replace $subdirs with ''. Replace $makesrcdir with $srcdir. Reformat indentation. Substitute some variables formerly hard-coded in the Makefile for build=host. * Makefile.tpl: Autogenerate more; make more autoconf-friendly. * Makefile.def: Autogenerate more. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index ae4b2e6..91a7806 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -61,6 +61,13 @@ host_modules= { module= uudecode; };
host_modules= { module= wdiff; };
host_modules= { module= zip; no_check_cross=true; };
host_modules= { module= zlib; no_install=true; no_check=true; };
+host_modules= { module= gdb; with_x=true; };
+host_modules= { module= expect; with_x=true; };
+host_modules= { module= guile; with_x=true; };
+host_modules= { module= tclX; with_x=true; };
+host_modules= { module= tk; with_x=true; };
+host_modules= { module= tix; with_x=true; };
+
target_modules = { module= libstdc++-v3; };
target_modules = { module= newlib; };