Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/arm Add missing % to SUBTA...



details:   https://anonhg.NetBSD.org/src/rev/d86f516abf6e
branches:  trunk
changeset: 788983:d86f516abf6e
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Aug 01 23:01:34 2013 +0000

description:
Add missing % to SUBTARGET_ASM_FLOAT_SPEC

diffstat:

 external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 82c6fd075dea -r d86f516abf6e external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h
--- a/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h       Thu Aug 01 22:20:40 2013 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h       Thu Aug 01 23:01:34 2013 +0000
@@ -78,8 +78,8 @@
 /* Default to full VFP if -mhard-float is specified.  */
 #undef SUBTARGET_ASM_FLOAT_SPEC
 #define SUBTARGET_ASM_FLOAT_SPEC       \
-  "%{mhard-float:{!mfpu=*:-mfpu=vfp}}   \
-   %{mfloat-abi=hard:{!mfpu=*:-mfpu=vfp}}"
+  "%{mhard-float:%{!mfpu=*:-mfpu=vfp}}   \
+   %{mfloat-abi=hard:%{!mfpu=*:-mfpu=vfp}}"
 
 #undef SUBTARGET_EXTRA_SPECS
 #define SUBTARGET_EXTRA_SPECS                          \



Home | Main Index | Thread Index | Old Index