elfoabi.h (DRIVER_SELF_SPECS): Add missing comma.
gcc/ * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add missing comma. From-SVN: r130432
This commit is contained in:
parent
3a3b6beb8e
commit
c388ce34b9
@ -1,3 +1,7 @@
|
||||
2007-11-26 Richard Sandiford <rsandifo@nildram.co.uk>
|
||||
|
||||
* config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add missing comma.
|
||||
|
||||
2007-11-26 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* dwarf2asm.c (splay_tree_compare_strings): New function.
|
||||
|
@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
\
|
||||
/* If no ABI option is specified, infer one from the ISA level \
|
||||
or -mgp setting. */ \
|
||||
"%{!mabi=*: %{" MIPS_32BIT_OPTION_SPEC ": -mabi=32;: -mabi=o64}}" \
|
||||
"%{!mabi=*: %{" MIPS_32BIT_OPTION_SPEC ": -mabi=32;: -mabi=o64}}", \
|
||||
\
|
||||
/* Remove a redundant -mfp64 for -mabi=o64; we want the !mfp64 \
|
||||
multilibs. There's no need to check whether the architecture \
|
||||
|
Loading…
x
Reference in New Issue
Block a user