diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index 342820e2c..acf02ce26 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -1292,10 +1292,10 @@ cpu-flags gcc OPTIONS : s390x : z13 : -march=z13 ; cpu-flags gcc OPTIONS : s390x : z14 : -march=z14 ; cpu-flags gcc OPTIONS : s390x : z15 : -march=z15 ; # ARM -cpu-flags gcc OPTIONS : arm : cortex-a9+vfpv3 : -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard ; +cpu-flags gcc OPTIONS : arm : cortex-a9+vfpv3 : -mcpu=cortex-a9 -mfpu=vfpv3 ; cpu-flags gcc OPTIONS : arm : cortex-a53 : -mcpu=cortex-a53 ; cpu-flags gcc OPTIONS : arm : cortex-r5 : -mcpu=cortex-r5 ; -cpu-flags gcc OPTIONS : arm : cortex-r5+vfpv3-d16 : -mcpu=cortex-r5 -mfpu=vfpv3-d16 -mfloat-abi=hard ; +cpu-flags gcc OPTIONS : arm : cortex-r5+vfpv3-d16 : -mcpu=cortex-r5 -mfpu=vfpv3-d16 ; # AIX variant of RS/6000 & PowerPC toolset.flags gcc AROPTIONS 64/aix : "-X64" ;