From c3708565da74914baf60264ff8f94242678c79ff Mon Sep 17 00:00:00 2001 From: David Daney Date: Mon, 1 Dec 2008 20:49:14 +0000 Subject: 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 From-SVN: r142334 --- gcc/config/mips/linux64.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gcc/config/mips/linux64.h') 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 "\ -- cgit v1.1