Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-06-26 21:19:07 +0400
committerDoug Evans <dje@google.com>2009-06-26 21:19:07 +0400
commitd0880d6200dc27d472c5151020f48078aae552a5 (patch)
tree7e2cbde3781f60045574dcd26a11df7aab36cf9a /Makefile.def
parent8d1d548fd8f5adffe39dabb55ba947f1721c1a33 (diff)
* Makefile.def (host_modules): Add cgen.
* Makefile.in: Regenerate. * configure.ac (host_tools): Add cgen. * configure: Regenerate.
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 30d4d1723..5cda3a308 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -43,6 +43,7 @@ host_modules= { module= binutils; bootstrap=true; };
host_modules= { module= bison; no_check_cross= true; };
host_modules= { module= byacc; no_check_cross= true; };
host_modules= { module= bzip2; };
+host_modules= { module= cgen; };
host_modules= { module= dejagnu; };
host_modules= { module= diff; };
host_modules= { module= dosutils; no_check= true; };