summaryrefslogtreecommitdiff
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
commitdf0b3df2541f900aa21cb34959942673cf7eb43f (patch)
treee40f98907193a0ec2529e0a50f857dd949fda3d9 /Makefile.def
parent4364c5f51d3fddd435aa4356992caebdac731547 (diff)
downloadgdb-df0b3df2541f900aa21cb34959942673cf7eb43f.tar.gz
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 ae4b2e6fa0b..91a78067c23 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; };