diff options
author | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-28 05:23:43 +0000 |
---|---|---|
committer | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-08-28 05:23:43 +0000 |
commit | 52b9a586b51a0f4dfd7aec7f1b85d27c36a6fca8 (patch) | |
tree | f39bf0b6579a7050b368cdd7decc3bf0adbd6bc4 /gcc/config.gcc | |
parent | 8986597fbd6f3f7ec28be3222edbacbd1ae8a552 (diff) | |
download | ppe42-gcc-52b9a586b51a0f4dfd7aec7f1b85d27c36a6fca8.tar.gz ppe42-gcc-52b9a586b51a0f4dfd7aec7f1b85d27c36a6fca8.zip |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56627 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 145d2cf0064..b9f24ae416f 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" ;; |