diff options
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config.host b/gcc/config.host index 026cd09a91d..8d227dd68f6 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -132,17 +132,10 @@ case ${host} in i370-*-opened* | i370-*-mvs* ) # IBM 360/370/390 Architecture host_xm_defines='FATAL_EXIT_CODE=12' ;; - i[34567]86-sequent-ptx4*) - host_xm_defines="SMALL_ARG_MAX" - ;; i[34567]86-*-solaris2*) - host_xm_defines="SMALL_ARG_MAX" out_host_hook_obj=host-solaris.o host_xmake_file=x-solaris ;; - i[34567]86-*-sysv4*) # Intel 80386's running System V Release 4 - host_xm_defines="SMALL_ARG_MAX" - ;; i[34567]86-pc-msdosdjgpp*) host_xm_file=i386/xm-djgpp.h host_exeext=.exe |