From: Mark Pauley Date: Fri, 15 Apr 2016 20:39:48 +0000 (-0700) Subject: Typo in hardfloat command-line fixup/replacement X-Git-Url: http://zhaoyanbai.com/repos/man.genrandom.html?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F3328%2F1;p=minix.git Typo in hardfloat command-line fixup/replacement - Added two missing '%' characters to replacement strings. Change-Id: I139d432f5cf2651642284fa39112b66f478dadce --- diff --git a/external/gpl3/gcc/files/arm-minix.h b/external/gpl3/gcc/files/arm-minix.h index b2c302658..d811e07b5 100644 --- a/external/gpl3/gcc/files/arm-minix.h +++ b/external/gpl3/gcc/files/arm-minix.h @@ -133,8 +133,8 @@ /* Default to full VFP if -mhard-float is specified. */ #undef MINIX_SUBTARGET_ASM_FLOAT_SPEC #define MINIX_SUBTARGET_ASM_FLOAT_SPEC \ - "%{mhard-float:{!mfpu=*:-mfpu=vfpv3-d16}} \ - %{mfloat-abi=hard:{!mfpu=*:-mfpu=vfpv3-d16}}" + "%{mhard-float:%{!mfpu=*:-mfpu=vfpv3-d16}} \ + %{mfloat-abi=hard:%{!mfpu=*:-mfpu=vfpv3-d16}}" #undef MINIX_SUBTARGET_EXTRA_ASM_SPEC #define MINIX_SUBTARGET_EXTRA_ASM_SPEC \