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:
authorDaniel Jacobowitz <drow@false.org>2006-04-03 04:47:35 +0400
committerDaniel Jacobowitz <drow@false.org>2006-04-03 04:47:35 +0400
commit45555eaf846baa931956bab3900ac52a0ef659e5 (patch)
tree9e950da633cbadfd1ff2c6754bf8d2b57ac1d801 /Makefile.def
parentfab4691dd955a3e339906672f7f3ea5e1667975b (diff)
Merge XML and VFP support to this branch.gdb-csl-20060226-branch-merge-to-csl-local-1
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 3227a4456..3c87dce68 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -47,6 +47,7 @@ host_modules= { module= dejagnu; };
host_modules= { module= diff; };
host_modules= { module= dosutils; no_check= true; };
host_modules= { module= etc; };
+host_modules= { module= expat; };
host_modules= { module= fastjar; no_check_cross= true; };
host_modules= { module= fileutils; };
host_modules= { module= findutils; };
@@ -297,6 +298,7 @@ dependencies = { module=all-gdb; on=all-readline; };
dependencies = { module=all-gdb; on=all-build-bison; };
dependencies = { module=all-gdb; on=all-build-byacc; };
dependencies = { module=all-gdb; on=all-sim; };
+dependencies = { module=all-gdb; on=all-expat; };
dependencies = { module=configure-libgui; on=configure-tcl; };
dependencies = { module=configure-libgui; on=configure-tk; };