diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 7fe802b..1309085 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -988,7 +988,6 @@ i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4 ;; i[34567]86-next-*) tm_file=i386/next.h - xm_file=i386/xm-next.h tmake_file=i386/t-next xmake_file=i386/x-next extra_objs=nextstep.o @@ -1054,7 +1053,6 @@ i[34567]86-*-aout*) ;; i[34567]86-*-beoself* | i[34567]86-*-beos*) xm_defines=USG - xm_file=i386/xm-beos.h tmake_file='i386/t-beos i386/t-crtpic' tm_file=i386/beos-elf.h xmake_file=i386/x-beos @@ -1102,7 +1100,6 @@ i[34567]86-*-coff*) tmake_file=i386/t-i386bare ;; i[34567]86-*-isc*) # 80386 running ISC system - xm_file="${xm_file} i386/xm-isc.h" xm_defines=USG case $machine in i[34567]86-*-isc[34]*) @@ -1248,7 +1245,6 @@ i[34567]86-*-rtems*|i[34567]86-*-rtemself*) fi ;; i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5 - xm_file="${xm_file} i386/xm-sco5.h" xm_defines=USG xmake_file=i386/x-sco5 install_headers_dir=install-headers-cpio @@ -1264,7 +1260,6 @@ i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5 extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o" ;; i[34567]86-*-sco3.2v4*) # 80386 running SCO 3.2v4 system - xm_file="${xm_file} i386/xm-sco.h" xm_defines="USG BROKEN_LDEXP SMALL_ARG_MAX" xmake_file=i386/x-sco4 install_headers_dir=install-headers-cpio @@ -1285,7 +1280,6 @@ i[34567]86-*-sco3.2v4*) # 80386 running SCO 3.2v4 system # truncate_target=yes ;; i[34567]86-*-sco*) # 80386 running SCO system - xm_file=i386/xm-sco.h xmake_file=i386/x-sco install_headers_dir=install-headers-cpio if test x$stabs = xyes @@ -1757,7 +1751,6 @@ m68k-ncr-sysv*) # NCR Tower 32 SVR3 ;; m68k-plexus-sysv*) tm_file=m68k/plexus.h - xm_file="m68k/xm-plexus.h ${xm_file}" xm_defines=USG use_collect2=yes extra_headers=math-68881.h @@ -1873,7 +1866,6 @@ m68k-sony-bsd* | m68k-sony-newsos*) ;; m68k-next-nextstep2*) tm_file=m68k/next21.h - xm_file="m68k/xm-next.h ${xm_file}" tmake_file=m68k/t-next xmake_file=m68k/x-next extra_objs=nextstep.o @@ -1883,7 +1875,6 @@ m68k-next-nextstep2*) ;; m68k-next-nextstep[34]*) tm_file=m68k/next.h - xm_file="m68k/xm-next.h ${xm_file}" tmake_file=m68k/t-next xmake_file=m68k/x-next extra_objs=nextstep.o |