summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-08 06:26:49 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-08 06:26:49 +0000
commit85c2519d82cbb6153fccb19425c5997ada749d9f (patch)
tree66c2d46581f98fae4a59bc0bfed2cba0663abe12 /gcc/config.gcc
parente5f55ef4f5d1456aa8b751e34974b8c023098fe7 (diff)
downloadgcc-85c2519d82cbb6153fccb19425c5997ada749d9f.tar.gz
* config.gcc (i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*):
Delete stanzas. * config/i386/sco.h, config/i386/sco4.h, config/i386/scodbx.h, config/i386/sco4dbx.h, config/i386/x-sco4: Delete file. * optabs.c: Delete #ifdef BROKEN_LDEXP block. * POTFILES.in: Remove config/i386/sco.h, config/i386/sco4.h, config/i386/sco4dbx.h, and config/i386/scodbx.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41912 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc35
1 files changed, 0 insertions, 35 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 93dc21f0688..f9d4d09e82a 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1186,41 +1186,6 @@ i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
tmake_file="$tmake_file i386/t-i386bare"
extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
;;
-i[34567]86-*-sco3.2v4*) # 80386 running SCO 3.2v4 system
- xm_defines="POSIX BROKEN_LDEXP SMALL_ARG_MAX"
- xmake_file=i386/x-sco4
- install_headers_dir=install-headers-cpio
- if test x$stabs = xyes
- then
- tm_file=i386/sco4dbx.h
- tmake_file=i386/t-svr3dbx
- extra_parts="svr3.ifile svr3z.rfile"
- else
- tm_file=i386/sco4.h
- tmake_file=i386/t-crtstuff
- extra_parts="crtbegin.o crtend.o"
- fi
- tmake_file="$tmake_file i386/t-i386bare"
- # The default EAFS filesystem supports long file names.
- # Truncating the target makes $host != $target which
- # makes gcc think it is doing a cross-compile.
- # truncate_target=yes
- ;;
-i[34567]86-*-sco*) # 80386 running SCO system
- install_headers_dir=install-headers-cpio
- if test x$stabs = xyes
- then
- tm_file=i386/scodbx.h
- tmake_file=i386/t-svr3dbx
- extra_parts="svr3.ifile svr3z.rfile"
- else
- tm_file=i386/sco.h
- extra_parts="crtbegin.o crtend.o"
- tmake_file=i386/t-crtstuff
- fi
- tmake_file="$tmake_file i386/t-i386bare"
- truncate_target=yes
- ;;
i[34567]86-*-solaris2*)
xm_defines="POSIX SMALL_ARG_MAX"
tm_file=i386/sol2.h