⛏️ index : buildtools.git

author Alexander von Gluck IV <kallisti5@unixzen.com> 2019-05-24 20:33:26.0 -05:00:00
committer Alexander von Gluck IV <kallisti5@unixzen.com> 2019-05-24 20:33:26.0 -05:00:00
commit
e649c97b4a2f7ec38efde476163e1bcd4d231afa [patch]
tree
964190fc605f961c45a0bb6ad03020a3663b0b86
parent
341e3be74c170069f7d60c563cbdfc83f48da17c
download
e649c97b4a2f7ec38efde476163e1bcd4d231afa.tar.gz

gcc: Add missing Haiku stdint defines for m68k,riscv,mipsel,ppc,sparc64

Change-Id: Iab32e700d7cfaddae8e76742ddc7eb25fbe2c865

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 c645bda..80309f6 100644
--- a/gcc/gcc/config.gcc
+++ a/gcc/gcc/config.gcc
@@ -2044,7 +2044,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"
    tm_file="${tm_file} dbxelf.h elfos.h haiku.h m68k/haiku.h haiku-stdint.h"
    tm_defines="${tm_defines} MOTOROLA=1"
    ;;
mcore-*-elf)
@@ -2099,7 +2099,7 @@
	tmake_file="${tmake_file} microblaze/t-microblaze"
        ;;
riscv*-*-haiku*)
	tm_file="elfos.h haiku.h ${tm_file} riscv/haiku.h"
	tm_file="elfos.h haiku.h ${tm_file} riscv/haiku.h haiku-stdint.h"
	tmake_file="${tmake_file} t-haiku riscv/t-riscv riscv/t-haiku"
	gnu_ld=yes
	gas=yes
@@ -2175,7 +2175,7 @@
	;;
mipsel-*-haiku*)
    target_cpu_default="MASK_ABICALLS"
    tm_file="elfos.h ${tm_file} haiku.h mips/haiku.h"
    tm_file="elfos.h ${tm_file} haiku.h mips/haiku.h haiku-stdint.h"
    tmake_file="${tmake_file} mips/t-elf t-haiku"
    ;;
mips*-*-linux*)				# Linux MIPS, either endian.
@@ -2520,7 +2520,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"
	tm_file="${tm_file} dbxelf.h 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*spe*)
@@ -3010,7 +3010,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"
	tm_file="${tm_file} dbxelf.h 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"
	;;