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 | f9806fa5ae3369a1ed8fc1569f3b927e5e2f6949 (patch) | |
tree | 6e8cc61f24fe713227710b61e51a987689dd61e0 /Makefile.def | |
parent | fe3c8b0d4d63f0a534110f4db7e2e2d79232965a (diff) | |
download | gdb-f9806fa5ae3369a1ed8fc1569f3b927e5e2f6949.zip gdb-f9806fa5ae3369a1ed8fc1569f3b927e5e2f6949.tar.gz gdb-f9806fa5ae3369a1ed8fc1569f3b927e5e2f6949.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; }; |