diff options
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 "\ |