diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-23 01:25:56 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-23 01:25:56 +0000 |
commit | 8027f1d6e6e02f6b6a722954472bdd5b598299bb (patch) | |
tree | 9a1b4e0393138147d5dc1ed1df32201d1193293d /config/mt-wince | |
parent | 94dea334d3aabc686bd943524ac264ce3f6a1443 (diff) | |
download | gcc-8027f1d6e6e02f6b6a722954472bdd5b598299bb.tar.gz |
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
Diffstat (limited to 'config/mt-wince')
-rw-r--r-- | config/mt-wince | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |