diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-03-24 17:50:32 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2011-03-24 17:50:32 +0000 |
commit | 3f984ad86f365898781031021cf7a5818877b7a7 (patch) | |
tree | 7fda794871f0767c7ee6c512342c4b00ad3a6466 /config/mt-wince | |
parent | 0d77047a145fde4c67e560e06239648bbbd8726d (diff) | |
download | newlib-3f984ad86f365898781031021cf7a5818877b7a7.zip newlib-3f984ad86f365898781031021cf7a5818877b7a7.tar.gz newlib-3f984ad86f365898781031021cf7a5818877b7a7.tar.bz2 |
2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
* configure.ac: Remove references to mt-mep, mt-netware,
mt-wince.
* Makefile.def: Add all-utils soft dependencies.
* Makefile.tpl: Remove GDB_NLM_DEPS.
* configure: Regenerate.
* Makefile.in: Regenerate.
config:
2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
* mt-mep: Remove, obsolete.
* mt-netware: Remove, obsolete.
* mt-wince: Remove, obsolete.
* mt-v810: Remove, unused.
Diffstat (limited to 'config/mt-wince')
-rw-r--r-- | config/mt-wince | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config/mt-wince b/config/mt-wince deleted file mode 100644 index cc7d67b..0000000 --- a/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 - |