aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@wasabisystems.com>2002-08-28 05:23:43 +0000
committerJason Thorpe <thorpej@gcc.gnu.org>2002-08-28 05:23:43 +0000
commit27f4b67efeef555f63157e918f21057a175698f1 (patch)
treef39bf0b6579a7050b368cdd7decc3bf0adbd6bc4 /gcc/config.gcc
parentf87999337abbc750e4ce0b226fbd0f5fea38ad7e (diff)
downloadgcc-27f4b67efeef555f63157e918f21057a175698f1.zip
gcc-27f4b67efeef555f63157e918f21057a175698f1.tar.gz
gcc-27f4b67efeef555f63157e918f21057a175698f1.tar.bz2
config.gcc (mips*-*-netbsd*): Set target_cpu_default to "MASK_GAS|MASK_ABICALLS".
* config.gcc (mips*-*-netbsd*): Set target_cpu_default to "MASK_GAS|MASK_ABICALLS". * config/mips/netbsd.h (TARGET_ENDIAN_DEFAULT) (TARGET_DEFAULT): Remove. (MACHINE_TYPE): Undefine before defining. (DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE): Remove. From-SVN: r56627
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 145d2cf..b9f24ae 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1838,6 +1838,7 @@ mips-sgi-*) # would otherwise be caught by mips-*-elf*
exit 1
;;
mips*-*-netbsd*) # NetBSD/mips, either endian.
+ target_cpu_default="MASK_GAS|MASK_ABICALLS"
tm_file="elfos.h ${tm_file} mips/netbsd.h"
tmake_file="${tmake_file} mips/t-netbsd"
;;