Commit 8ec2ac7b by Richard Sandiford Committed by Richard Sandiford

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
parent 7bec3e84
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 "\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment