From 2fb651f6a163ce2c7200b0b2d09ab6ba4bc9dfd8 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 23 Feb 2000 01:26:59 +0000 Subject: Add support for sh-pe and arm-wince-pe targets. --- config/mt-wince | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/mt-wince (limited to 'config/mt-wince') diff --git a/config/mt-wince b/config/mt-wince new file mode 100644 index 0000000..cc7d67b --- /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 + -- cgit v1.1