diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-01 12:01:26 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-01 12:01:26 +0000 |
commit | 3866be5d4e427b4d114ad3b145496b8125c0fb0c (patch) | |
tree | 21b46d62ab1f88547666a32d92a1db93b9a0a5a9 /Makefile.def | |
parent | e393202e3652212312fe6f3f7073297220b577ec (diff) | |
download | gdb-3866be5d4e427b4d114ad3b145496b8125c0fb0c.zip gdb-3866be5d4e427b4d114ad3b145496b8125c0fb0c.tar.gz gdb-3866be5d4e427b4d114ad3b145496b8125c0fb0c.tar.bz2 |
2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
(continuing slow-motion replay)
* Makefile.tpl: Make all-target, install-target behave similarly
to all, install (only hitting configured targets). Eliminate
unused macro defintions.
* Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
build != host.
* Makefile.tpl: Add all-gcc: all-libiberty dependency.
* ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
* configure.in: Produce lists of subdir targets we're actually
configuring. Remove references to "dosrel".
* Makefile.tpl: Let configure set which subdir targets are hit.
Remove install-cross; clean up install; remove ALL. Remove
references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
Autogenerate host module targets. Remove empty dependency lines
and redundant dependency; rearrange slightly.
* Makefile.def: Add host-side libtermcap, utils.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index 9d50467..6321b78 100644 --- a/Makefile.def +++ b/Makefile.def @@ -69,7 +69,8 @@ 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; }; - +host_modules= { module= libtermcap; no_check=true; no_clean=true; }; +host_modules= { module= utils; no_check=true; }; target_modules = { module= libstdc++-v3; }; target_modules = { module= newlib; }; |