From 5d2a73d520f9b0dbad52954eed380c45e72044f0 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 16 Mar 2006 20:21:11 +0000 Subject: [PATCH] config.gcc (mips64*-*-linux*): Keep existing tm_defines. * config.gcc (mips64*-*-linux*): Keep existing tm_defines. (mips*-*-linux*): Likewise. From-SVN: r112149 --- gcc/ChangeLog | 5 +++++ gcc/config.gcc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fcb08c5..6e388d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-03-16 Richard Sandiford + + * config.gcc (mips64*-*-linux*): Keep existing tm_defines. + (mips*-*-linux*): Likewise. + 2006-03-16 Roger Sayle Daniel Speyer diff --git a/gcc/config.gcc b/gcc/config.gcc index 78a7cc1..8c30b6b 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1501,7 +1501,7 @@ mips*-*-netbsd*) # NetBSD/mips, either endian. mips64*-*-linux*) tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h" tmake_file="${tmake_file} mips/t-linux64" - tm_defines="MIPS_ABI_DEFAULT=ABI_N32" + tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32" gnu_ld=yes gas=yes ;; @@ -1510,7 +1510,7 @@ mips*-*-linux*) # Linux MIPS, either endian. case ${target} in mipsisa32*-*) target_cpu_default="MASK_SOFT_FLOAT" - tm_defines="MIPS_ISA_DEFAULT=32" + tm_defines="${tm_defines} MIPS_ISA_DEFAULT=32" ;; esac ;; -- 2.7.4