From 852e5f18a12f013ff740aabc0dc5ac9bdc2ef5ab Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Fri, 29 Nov 2002 21:33:11 +0000 Subject: 2002-11-29 Nathanael Nerode (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. --- Makefile.def | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.def') 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; }; -- cgit v1.1