aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorDavid O'Brien <obrien@FreeBSD.org>2002-01-30 22:37:10 +0000
committerDavid O'Brien <obrien@gcc.gnu.org>2002-01-30 22:37:10 +0000
commit86f808dc818c23a87f1554aa0b9c11a112ac4531 (patch)
treef94c56d54a3a313b845ffbac20ff89ae1c176cba /gcc/config.gcc
parent1b8337e7e1b78777330b3313b3119c05077831ca (diff)
downloadgcc-86f808dc818c23a87f1554aa0b9c11a112ac4531.zip
gcc-86f808dc818c23a87f1554aa0b9c11a112ac4531.tar.gz
gcc-86f808dc818c23a87f1554aa0b9c11a112ac4531.tar.bz2
config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.
2002-01-30 David O'Brien <obrien@FreeBSD.org> * config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h. * config/sparc/sparc_bi.h: Remove file. * config/sparc/biarch64.h: New file (rename of sparc_bi.h). Approved by: Richard Henderson <rth@redhat.com> Message-ID: <20020130102608.B9040@redhat.com> From-SVN: r49346
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 63cef2b..23c6aa1 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2900,7 +2900,7 @@ sparc-tti-*)
xm_defines=POSIX
;;
sparc64-wrs-vxworks*)
- tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/sparc_bi.h gofast.h sparc/vxsparc64.h"
+ tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/biarch64.h gofast.h sparc/vxsparc64.h"
tmake_file=sparc/t-vxsparc64
use_collect2=yes
;;
@@ -3163,7 +3163,7 @@ sparc64-*-freebsd*|ultrasparc-*-freebsd*)
;;
sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux
tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64"
- tm_file="sparc/sparc_bi.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
+ tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
gnu_ld=yes
if test x$enable_threads = xyes; then