diff options
author | David Daney <ddaney@caviumnetworks.com> | 2008-12-01 20:49:14 +0000 |
---|---|---|
committer | Adam Nemet <nemet@gcc.gnu.org> | 2008-12-01 20:49:14 +0000 |
commit | c3708565da74914baf60264ff8f94242678c79ff (patch) | |
tree | 77a14f236a51228bfa2387cd444754b0fdfee508 /gcc/config/mips/linux64.h | |
parent | 910fa7ebcc4473c357778bb061f6e2500832202f (diff) | |
download | gcc-c3708565da74914baf60264ff8f94242678c79ff.zip gcc-c3708565da74914baf60264ff8f94242678c79ff.tar.gz gcc-c3708565da74914baf60264ff8f94242678c79ff.tar.bz2 |
linux64.h (DRIVER_SELF_SPECS): Add LINUX_DRIVER_SELF_SPECS.
* config/mips/linux64.h (DRIVER_SELF_SPECS): Add
LINUX_DRIVER_SELF_SPECS.
Co-Authored-By: Adam Nemet <anemet@caviumnetworks.com>
From-SVN: r142334
Diffstat (limited to 'gcc/config/mips/linux64.h')
-rw-r--r-- | gcc/config/mips/linux64.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h index 3d37aeb..5b68e4d 100644 --- a/gcc/config/mips/linux64.h +++ b/gcc/config/mips/linux64.h @@ -22,9 +22,10 @@ along with GCC; see the file COPYING3. If not see in order to make the other specs easier to write. */ #undef DRIVER_SELF_SPECS #define DRIVER_SELF_SPECS \ -BASE_DRIVER_SELF_SPECS \ -" %{!EB:%{!EL:%(endian_spec)}}" \ -" %{!mabi=*: -mabi=n32}" + BASE_DRIVER_SELF_SPECS, \ + LINUX_DRIVER_SELF_SPECS \ + " %{!EB:%{!EL:%(endian_spec)}}" \ + " %{!mabi=*: -mabi=n32}" #undef LIB_SPEC #define LIB_SPEC "\ |