From 1e3a9f67308b33452fe46304801a8e2372fe4222 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 07 Dec 2021 16:15:11 -0600 Subject: [PATCH] gcc: Fix m68k, mipsel Change-Id: I537c70d4326ffae23c867deff6be0c6291608e00 --- 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 +++ b/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. -- gitore 0.2.3