From 8027f1d6e6e02f6b6a722954472bdd5b598299bb Mon Sep 17 00:00:00 2001 From: nickc Date: Wed, 23 Feb 2000 01:25:56 +0000 Subject: Add support for sh-pe and arm-wince-pe targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32109 138bc75d-0d04-0410-961f-82ee72b054a4 --- config/ChangeLog | 4 ++++ config/mt-wince | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 config/mt-wince (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index 2bb3bf5acde..ac68be74c0d 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2000-02-22 Nick Clifton + + * config/mt-wince: new file: Makefile fragment for WinCE targets. + 2000-01-06 Geoff Keating * mh-aix43: Delete, move to mt-aix43. diff --git a/config/mt-wince b/config/mt-wince new file mode 100644 index 00000000000..cc7d67b5889 --- /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.2.1