* config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.
From-SVN: r58169
This commit is contained in:
parent
aee4e0dbfa
commit
a2ee89d82d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-10-15 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.
|
||||
|
||||
2002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* config/s390/s390.c (s390_split_branches): Add return
|
||||
|
|
|
@ -28,4 +28,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
if it is redundant. */
|
||||
#define DRIVER_SELF_SPECS \
|
||||
"%{mabi=eabi:%{!mlong*:%{!mgp32:-mlong64}}}", \
|
||||
"%{mabi=32:%<mgp32}"
|
||||
"%{mabi=32:%{<mgp32}}"
|
||||
|
|
Loading…
Add table
Reference in a new issue