diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-11-29 21:33:11 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-11-29 21:33:11 +0000 |
commit | 852e5f18a12f013ff740aabc0dc5ac9bdc2ef5ab (patch) | |
tree | 453595dfd2af1e5167b1d9c04f46f751d51b3f9a /Makefile.def | |
parent | 143c8e19b42606e003e1812e838e779fd1c69b21 (diff) | |
download | gdb-852e5f18a12f013ff740aabc0dc5ac9bdc2ef5ab.zip gdb-852e5f18a12f013ff740aabc0dc5ac9bdc2ef5ab.tar.gz 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.def | 7 |
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; }; |