diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2003-03-26 18:12:01 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-03-26 18:12:01 +0000 |
commit | fabd8bcd49e1046bc9abdcb4efaea04638630b6f (patch) | |
tree | 647149bd6b5e30e185fd92264f2af07003257f5f /contrib/gcc/config/mt-wince | |
parent | 2b4726c9458285d2483f703c669af090dec79dd4 (diff) |
Remove files incidentally imported from the wrong place during
3.2.1 import. They are not used by any of our system GCC versions
and will be physically removed from repository soon.
Reviewed by: obrien
Notes
Notes:
svn path=/vendor/gcc/dist/; revision=112680
Diffstat (limited to 'contrib/gcc/config/mt-wince')
-rw-r--r-- | contrib/gcc/config/mt-wince | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/gcc/config/mt-wince b/contrib/gcc/config/mt-wince deleted file mode 100644 index cc7d67b58898..000000000000 --- a/contrib/gcc/config/mt-wince +++ /dev/null @@ -1,10 +0,0 @@ -# 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 - |