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 | d2aed247475a98a69d1b3c3d17443e1fae06da3a (patch) | |
tree | 1534b750b1ea0856eea85a7fc36575ffd4856bb4 /Makefile.def | |
parent | 2e1756148dc6fabd1a6a8d69295a365369c31aae (diff) | |
download | gdb-d2aed247475a98a69d1b3c3d17443e1fae06da3a.tar.gz |
* 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 30d4d17232d..5cda3a3088b 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; }; |