diff options
Diffstat (limited to 'gcc/config/arm/semi.h')
-rw-r--r-- | gcc/config/arm/semi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/semi.h b/gcc/config/arm/semi.h index 54ea0e8b037..2e1abd40d24 100644 --- a/gcc/config/arm/semi.h +++ b/gcc/config/arm/semi.h @@ -61,8 +61,8 @@ Boston, MA 02111-1307, USA. */ #define ASM_SPEC "\ %{fpic: -k} %{fPIC: -k} \ %{mbig-endian:-EB} \ -%{mcpu=*:-m%*} \ -%{march=*:-m%*} \ +%{mcpu=*:-mcpu=%*} \ +%{march=*:-march=%*} \ %{mapcs-float:-mfloat} \ %{msoft-float:-mno-fpu} \ %{mthumb-interwork:-mthumb-interwork} \ |