aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorKean Johnston <jkj@gcc.gnu.org>2003-04-19 21:23:20 +0000
committerKean Johnston <jkj@gcc.gnu.org>2003-04-19 21:23:20 +0000
commitac24fc99ac73ec6dc3cabf1ece2e4500bd06006b (patch)
tree078bac516c47b806fb09d8e4906044f86a8a9f93 /gcc/config.gcc
parenta8ada98685bc94b7bbde2865fd685464a18d160d (diff)
downloadgcc-ac24fc99ac73ec6dc3cabf1ece2e4500bd06006b.zip
gcc-ac24fc99ac73ec6dc3cabf1ece2e4500bd06006b.tar.gz
gcc-ac24fc99ac73ec6dc3cabf1ece2e4500bd06006b.tar.bz2
Part 2 of the SCO port update. This is everything I have approval for.
There are two outstanding patches I await approval to check in. From-SVN: r65832
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc8
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 68b06c5..e8a96d4 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1187,15 +1187,13 @@ i[34567]86-*-rtems*)
;;
i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
install_headers_dir=install-headers-cpio
- tm_file="${tm_file} i386/unix.h i386/att.h i386/sco5.h"
+ tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/sco5.h"
if test x$gas = xyes
then
tm_file="usegas.h ${tm_file}"
- tmake_file=i386/t-sco5gas
- else
- tmake_file=i386/t-sco5
fi
- extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
+ tmake_file=i386/t-sco5
+ extra_parts="crtbegin.o crtend.o"
;;
i[34567]86-*-solaris2*)
xm_defines="SMALL_ARG_MAX"