⛏️ index : buildtools.git

author Niels Sascha Reedijk <niels.reedijk@gmail.com> 2023-08-05 13:12:56.0 +01:00:00
committer Niels Sascha Reedijk <niels.reedijk@gmail.com> 2023-08-05 13:12:56.0 +01:00:00
commit
ce2b2bd8c104daa766a6ebd795918954b342b162 [patch]
tree
1987ec7bc252258ddcaa86125b8433da00ab6dc5
parent
84c5d4826ebf45720ca0ece68f2be28aad9c9795
download
ce2b2bd8c104daa766a6ebd795918954b342b162.tar.gz

GCC: remove references to dbxelf.h on non-x86 platforms



Diff

 gcc/gcc/config.gcc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gcc/gcc/config.gcc b/gcc/gcc/config.gcc
index ca188fa..89d8b0e 100644
--- a/gcc/gcc/config.gcc
+++ a/gcc/gcc/config.gcc
@@ -1193,7 +1193,7 @@
	;;
aarch64*-*-haiku*)
	gcc_cv_initfini_array=yes
	tm_file="${tm_file} dbxelf.h elfos.h haiku.h haiku-stdint.h"
	tm_file="${tm_file} elfos.h haiku.h haiku-stdint.h"
	tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-haiku.h"
	tmake_file="${tmake_file} t-haiku aarch64/t-aarch64 aarch64/t-aarch64-haiku"
	;;
@@ -1369,7 +1369,7 @@
	;;
arm*-*-haiku*)
	tmake_file="${tmake_file} t-haiku arm/t-arm arm/t-arm-elf arm/t-bpabi arm/t-haiku"
	tm_file="dbxelf.h elfos.h haiku.h arm/elf.h arm/bpabi.h arm/haiku.h haiku-stdint.h"
	tm_file="elfos.h haiku.h arm/elf.h arm/bpabi.h arm/haiku.h haiku-stdint.h"
	# The BPABI long long divmod functions return a 128-bit value in
	# registers r0-r3.  Correctly modeling that requires the use of
	# TImode.
@@ -2406,7 +2406,7 @@
	default_m68k_cpu=68020
	default_cf_cpu=5206
	tmake_file="${tmake_file} m68k/t-m68kbare m68k/t-crtstuff t-haiku" #??
	tm_file="${tm_file} dbxelf.h elfos.h haiku.h m68k/haiku.h haiku-stdint.h"
	tm_file="${tm_file} elfos.h haiku.h m68k/haiku.h haiku-stdint.h"
	tm_defines="${tm_defines} MOTOROLA=1"
	;;
mcore-*-elf)
@@ -3010,7 +3010,7 @@
	;;
powerpc-*-haiku*)
	tmake_file="${tmake_file} rs6000/t-fprules rs6000/t-ppcos rs6000/t-ppccomm t-haiku"
	tm_file="${tm_file} dbxelf.h elfos.h freebsd-spec.h rs6000/sysv4.h haiku.h rs6000/haiku.h haiku-stdint.h"
	tm_file="${tm_file} elfos.h freebsd-spec.h rs6000/sysv4.h haiku.h rs6000/haiku.h haiku-stdint.h"
	extra_options="${extra_options} rs6000/sysv4.opt"
	;;
powerpc-*-rtems*)
@@ -3470,7 +3470,7 @@
	tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems-64"
	;;
sparc64-*-haiku*)
	tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp64-elf.h haiku.h sparc/haiku.h haiku-stdint.h"
	tm_file="${tm_file} elfos.h sparc/sysv4.h sparc/sp64-elf.h haiku.h sparc/haiku.h haiku-stdint.h"
	extra_options="${extra_options}"
	tmake_file="${tmake_file} t-haiku sparc/t-sparc sparc/t-haiku"
	;;