⛏️ index : buildtools.git

author Alexander von Gluck IV <kallisti5@unixzen.com> 2021-12-07 16:15:11.0 -06:00:00
committer Alexander von Gluck IV <kallisti5@unixzen.com> 2021-12-07 16:15:11.0 -06:00:00
commit
1e3a9f67308b33452fe46304801a8e2372fe4222 [patch]
tree
08cffea94e4b5d83ee7ec82c41e2ad5fb5b540e1
parent
2b5dc2481eda4ce33720b2766f08871477f3df15
download
1e3a9f67308b33452fe46304801a8e2372fe4222.tar.gz

gcc: Fix m68k, mipsel

Change-Id: I537c70d4326ffae23c867deff6be0c6291608e00

Diff

 gcc/gcc/config.gcc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/gcc/config.gcc b/gcc/gcc/config.gcc
index 3d6f3e0..98128be 100644
--- a/gcc/gcc/config.gcc
+++ a/gcc/gcc/config.gcc
@@ -2458,7 +2458,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)
@@ -2607,7 +2607,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.