* config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.

From-SVN: r58169
This commit is contained in:
Richard Sandiford 2002-10-15 17:02:56 +00:00 committed by Richard Sandiford
parent aee4e0dbfa
commit a2ee89d82d
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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}}"