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
This commit is contained in:
parent
7bec3e8418
commit
8ec2ac7b26
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 "\
|
||||
|
|
Loading…
Add table
Reference in a new issue