summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authordevans <devans@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-26 17:11:35 +0000
committerdevans <devans@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-26 17:11:35 +0000
commitdd80c828d8864d7db0cd9946467a69d7e4e386d3 (patch)
treedfaf17b529ed554daad5bdef10da4c280ee4c29a /Makefile.def
parent581aa340ab0ceafb7dd51d030d603b016f2369e4 (diff)
downloadgcc-dd80c828d8864d7db0cd9946467a69d7e4e386d3.tar.gz
* Makefile.def (host_modules): Add cgen.
* Makefile.in: Regenerate. * configure.ac (host_tools): Add cgen. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148976 138bc75d-0d04-0410-961f-82ee72b054a4
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 fb963fe7824..da6179831fa 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; };