summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-09-25 16:53:08 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-09-25 16:53:08 +0000
commit00f56d7b36c87a9f2ac9823ae3af85c5b7a77e6c (patch)
tree318d410878f1edabda3b9eb7c27135cf748fbadb /Makefile.def
parent961973e7a4b8004fbd61a573c73a58ca57fe2084 (diff)
downloadcygnal-00f56d7b36c87a9f2ac9823ae3af85c5b7a77e6c.tar.gz
cygnal-00f56d7b36c87a9f2ac9823ae3af85c5b7a77e6c.tar.bz2
cygnal-00f56d7b36c87a9f2ac9823ae3af85c5b7a77e6c.zip
2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Autogenerate *-target-* lists, dependencies of all-target-foo on configure-target-foo. * Makefile.def: Ditto. * Makefile.in: Rebuild.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 23771fc1b..f1d987847 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -63,3 +63,19 @@ 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; };
+
+target_modules = { module= libstdc++-v3; };
+target_modules = { module= newlib; };
+target_modules = { module= libf2c; };
+target_modules = { module= libobjc; };
+target_modules = { module= libtermcap; no_check=true; no_clean=true; };
+target_modules = { module= winsup; };
+target_modules = { module= libgloss; no_check=true; };
+target_modules = { module= libiberty; };
+target_modules = { module= gperf; };
+target_modules = { module= examples; no_check=true; no_install=true; };
+target_modules = { module= libffi; no_install=true; };
+target_modules = { module= libjava; };
+target_modules = { module= zlib; };
+target_modules = { module= boehm-gc; };
+target_modules = { module= qthreads; };