summaryrefslogtreecommitdiffstats
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
commit712e2a328db1158e12c38270b864f7d1574ce5ab (patch)
tree968be9f6df5bc6252cfa77badaa1026fd864e0b0 /Makefile.def
parent883bbc647820b396ff6929ae4d3cda329981a093 (diff)
downloadcygnal-712e2a328db1158e12c38270b864f7d1574ce5ab.tar.gz
cygnal-712e2a328db1158e12c38270b864f7d1574ce5ab.tar.bz2
cygnal-712e2a328db1158e12c38270b864f7d1574ce5ab.zip
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 ae4b2e6fa..91a78067c 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; };