Typo in hardfloat command-line fixup/replacement
- Added two missing '%' characters to replacement strings. Change-Id: I139d432f5cf2651642284fa39112b66f478dadce
This commit is contained in:
parent
764cd267a7
commit
03de4d97b4
4
external/gpl3/gcc/files/arm-minix.h
vendored
4
external/gpl3/gcc/files/arm-minix.h
vendored
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user