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:
authorNick Clifton <nickc@redhat.com>2000-02-23 04:26:59 +0300
committerNick Clifton <nickc@redhat.com>2000-02-23 04:26:59 +0300
commit237e6cfa8284cd2718fecca62aac0e3034b120eb (patch)
tree9a363b643b7289de397d7b7343a1ff85e1c7cb5e /config/mt-wince
parent9dfc83d7979d00a8d81614f93ee037d5cdc5a7ec (diff)
Add support for sh-pe and arm-wince-pe targets.
Diffstat (limited to 'config/mt-wince')
-rw-r--r--config/mt-wince10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/mt-wince b/config/mt-wince
new file mode 100644
index 000000000..cc7d67b58
--- /dev/null
+++ b/config/mt-wince
@@ -0,0 +1,10 @@
+# For Windows CE, we need to build the program that converts, copies,
+# and renames the platform SDK files into gcc directories.
+
+EXTRA_TARGET_HOST_ALL_MODULES:=$(EXTRA_TARGET_HOST_ALL_MODULES) all-utils
+EXTRA_TARGET_HOST_INSTALL_MODULES:=$(EXTRA_TARGET_HOST_INSTALL_MODULES) install-utils
+
+all-utils : all-libiberty
+
+install-utils : all-libiberty
+