diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-30 18:05:54 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-30 18:05:54 +0000 |
commit | bfdafea38b3fcbd06b6b87a6e3f0e7b7ee2e6acb (patch) | |
tree | 348e94d8835401a5782c269ed61c2318be4173d7 /gcc/config | |
parent | aff39734f4e88646ab9640291434652899b7b69d (diff) | |
download | gcc-bfdafea38b3fcbd06b6b87a6e3f0e7b7ee2e6acb.tar.gz |
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
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mips/linux64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h index 8c189ffa9cb..92e326eaf1b 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 "\ |