diff options
Diffstat (limited to 'gcc/config/mips/vr.h')
-rw-r--r-- | gcc/config/mips/vr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/vr.h b/gcc/config/mips/vr.h index 3ef34afbd34..1352599a300 100644 --- a/gcc/config/mips/vr.h +++ b/gcc/config/mips/vr.h @@ -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}" |