From bfdafea38b3fcbd06b6b87a6e3f0e7b7ee2e6acb Mon Sep 17 00:00:00 2001 From: rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon, 30 Oct 2006 18:05:54 +0000 Subject: [PATCH] gcc/ * config/mips/linux64.h (DRIVER_SELF_SPECS): Use a single spec, but with each set of options separated by spaces. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118189 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/linux64.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d5634b3fb12..c2c483e99255 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-10-30 Richard Sandiford <richard@codesourcery.com> + + * config/mips/linux64.h (DRIVER_SELF_SPECS): Use a single spec, + but with each set of options separated by spaces. + 2006-10-30 J"orn Rennecke <joern.rennecke@st.com> * unwind-dw2.c (uw_init_context_1): Fix test that checks if diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h index 8c189ffa9cbe..92e326eaf1b2 100644 --- a/gcc/config/mips/linux64.h +++ b/gcc/config/mips/linux64.h @@ -24,8 +24,8 @@ Boston, MA 02110-1301, USA. */ #undef DRIVER_SELF_SPECS #define DRIVER_SELF_SPECS \ NO_SHARED_SPECS \ -"%{!EB:%{!EL:%(endian_spec)}}", \ -"%{!mabi=*: -mabi=n32}" +" %{!EB:%{!EL:%(endian_spec)}}" \ +" %{!mabi=*: -mabi=n32}" #undef SUBTARGET_ASM_SPEC #define SUBTARGET_ASM_SPEC "\ -- GitLab