diff options
author | Richard Sandiford <richard@codesourcery.com> | 2006-10-30 18:05:54 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2006-10-30 18:05:54 +0000 |
commit | 8ec2ac7b26d6311dca191f2985053215a3c9a794 (patch) | |
tree | 348e94d8835401a5782c269ed61c2318be4173d7 /gcc/config/mips | |
parent | 7bec3e841841bcfa9502cec13f73f59d371dba38 (diff) | |
download | gcc-8ec2ac7b26d6311dca191f2985053215a3c9a794.zip gcc-8ec2ac7b26d6311dca191f2985053215a3c9a794.tar.gz gcc-8ec2ac7b26d6311dca191f2985053215a3c9a794.tar.bz2 |
linux64.h (DRIVER_SELF_SPECS): Use a single spec, but with each set of options separated by spaces.
gcc/
* config/mips/linux64.h (DRIVER_SELF_SPECS): Use a single spec,
but with each set of options separated by spaces.
From-SVN: r118189
Diffstat (limited to 'gcc/config/mips')
-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 8c189ff..92e326e 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 "\ |