summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-21 17:38:01 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-21 17:38:01 +0000
commitabe64d9ec49d7bd6735e4c303714297d28c09ad4 (patch)
treec5946b83507301767c303205ffc26a4d9204d245 /gcc/config.host
parent523ba7389abc5dd3f73cb10557edba876b3e1d1f (diff)
configure.ac: Remove uwin* cases.
* configure.ac: Remove uwin* cases. * config.build: Remove cases for i370-*-opened*, i370-*-mvs*, i[34567]86-*-sco3.2v5*, i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*, i[34567]86-*-sysv4*, i[34567]86-*-udk*, i[34567]86-*-uwin*, i386-*-vsta. * config.host: Remove cases for i370-*-opened*, i370-*-mvs*, i[34567]86-*-uwin*, powerpc-*-beos*. From-SVN: r227077
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 3f7d5947f7c..8b7e16dd06b 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -213,9 +213,6 @@ case ${host} in
out_host_hook_obj=host-hpux.o
host_xmake_file="${host_xmake_file} x-hpux"
;;
- i370-*-opened* | i370-*-mvs* ) # IBM 360/370/390 Architecture
- host_xm_defines='FATAL_EXIT_CODE=12'
- ;;
i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
out_host_hook_obj=host-solaris.o
host_xmake_file="${host_xmake_file} x-solaris"
@@ -252,18 +249,10 @@ case ${host} in
out_host_hook_obj=host-mingw32.o
host_lto_plugin_soname=liblto_plugin-0.dll
;;
- i[34567]86-*-uwin*)
- echo "*** UWIN may not be used as a host platform because"
- echo "*** linking with posix.dll is not allowed by the GNU GPL."
- exit 1
- ;;
i[34567]86-*-darwin* | x86_64-*-darwin*)
out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o"
host_xmake_file="${host_xmake_file} i386/x-darwin"
;;
- powerpc-*-beos*)
- host_can_use_collect2=no
- ;;
powerpc-*-darwin*)
out_host_hook_obj="${out_host_hook_obj} host-ppc-darwin.o"
host_xmake_file="${host_xmake_file} rs6000/x-darwin"