diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-23 01:26:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-23 01:26:59 +0000 |
commit | 237e6cfa8284cd2718fecca62aac0e3034b120eb (patch) | |
tree | 9a363b643b7289de397d7b7343a1ff85e1c7cb5e /config | |
parent | 9dfc83d7979d00a8d81614f93ee037d5cdc5a7ec (diff) | |
download | newlib-237e6cfa8284cd2718fecca62aac0e3034b120eb.zip newlib-237e6cfa8284cd2718fecca62aac0e3034b120eb.tar.gz newlib-237e6cfa8284cd2718fecca62aac0e3034b120eb.tar.bz2 |
Add support for sh-pe and arm-wince-pe targets.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/mt-wince | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index d824a6f..80b91b9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2000-02-22 Nick Clifton <nickc@cygnus.com> + + * config/mt-wince: new file: Makefile fragment for WinCE targets. + 2000-01-06 Geoff Keating <geoffk@cygnus.com> * mh-aix43: Delete, move to mt-aix43. 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 + |