summaryrefslogtreecommitdiff
path: root/config/mt-wince
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-02-23 01:26:59 +0000
committerNick Clifton <nickc@redhat.com>2000-02-23 01:26:59 +0000
commit95ef4278cba02bd0b3d988ad2a1ab618f4902c78 (patch)
tree982f1ed2f0efaaa58254cd7a89d914978b144c27 /config/mt-wince
parent17faaf111c87e6a84ba96539c901c82410d9194d (diff)
downloadbinutils-redhat-95ef4278cba02bd0b3d988ad2a1ab618f4902c78.tar.gz
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 0000000000..cc7d67b588
--- /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
+