diff options
author | Fred Fish <fnf@specifix.com> | 2006-06-26 21:16:30 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2006-06-26 14:16:30 -0700 |
commit | f340b6fc9b01ed074b92c8f386d1d85fa96ee4e3 (patch) | |
tree | 08d4ee8a6df15e6a8ca8fc0b2b55b1b8391b5f18 /gcc/config.gcc | |
parent | ff485e71cf8f300fc80c6e8c9ca0b0fd0c3590ca (diff) | |
download | gcc-f340b6fc9b01ed074b92c8f386d1d85fa96ee4e3.zip gcc-f340b6fc9b01ed074b92c8f386d1d85fa96ee4e3.tar.gz gcc-f340b6fc9b01ed074b92c8f386d1d85fa96ee4e3.tar.bz2 |
Add SB-1 specific multilib support. Patch by Fred Fish.
* config/mips/t-sb1: New file.
* config.gcc (mipsisa64sb1-*-elf*): Add mips/t-sb1 to
tmake_file list.
From-SVN: r115024
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b184a40..a4b1fb3 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1553,7 +1553,7 @@ mipsisa64sr71k-*-elf*) ;; mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*) tm_file="elfos.h ${tm_file} mips/elf.h" - tmake_file=mips/t-elf + tmake_file="mips/t-elf mips/t-sb1" target_cpu_default="MASK_64BIT|MASK_FLOAT64" tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64" use_fixproto=yes |