diff options
author | Doug Evans <dje@google.com> | 2009-06-26 17:19:07 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-06-26 17:19:07 +0000 |
commit | d0880d6200dc27d472c5151020f48078aae552a5 (patch) | |
tree | 7e2cbde3781f60045574dcd26a11df7aab36cf9a /Makefile.def | |
parent | 8d1d548fd8f5adffe39dabb55ba947f1721c1a33 (diff) | |
download | newlib-d0880d6200dc27d472c5151020f48078aae552a5.zip newlib-d0880d6200dc27d472c5151020f48078aae552a5.tar.gz newlib-d0880d6200dc27d472c5151020f48078aae552a5.tar.bz2 |
* 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.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index 30d4d17..5cda3a3 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; }; |