aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@act-europe.fr>2004-02-10 11:54:48 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2004-02-10 11:54:48 +0100
commitd9cdb878ac2b1647b099381a5392dcf799ce66c0 (patch)
tree46d887c4dae9f0ae893d94fbe4e3d1bb7bf0f00e /Makefile.def
parentc1dcfa140cd0b29c87b18042c9053d57cdda94d0 (diff)
downloadgcc-d9cdb878ac2b1647b099381a5392dcf799ce66c0.zip
gcc-d9cdb878ac2b1647b099381a5392dcf799ce66c0.tar.gz
gcc-d9cdb878ac2b1647b099381a5392dcf799ce66c0.tar.bz2
PR ada/6637, PR ada/5911
PR ada/6637, PR ada/5911 Merge with libada-branch: * configure.in, Makefile.tpl, Makefile.def: Add target-libada, with appropriate dependencies. Add --enable-libada configure switch. * configure, Makefile.in: Regenerate. Co-Authored-By: Nathanael Nerode <neroden@gcc.gnu.org> From-SVN: r77594
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index f9a7f2f..5a68098 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -116,6 +116,7 @@ target_modules = { module= zlib; stage=true; };
target_modules = { module= boehm-gc; };
target_modules = { module= qthreads; };
target_modules = { module= rda; };
+target_modules = { module= libada; };
// These are (some of) the make targets to be done in each subdirectory.
// Not all; these are the ones which don't have special options.