summaryrefslogtreecommitdiff
path: root/gcc/config/arm/elf.h
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-20 17:07:04 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-20 17:07:04 +0000
commita454f6a0bd72e3ecdf42f437b9a4a84739572399 (patch)
tree610b405f26d2b9a4f690267b34983f0502018858 /gcc/config/arm/elf.h
parent8cbff0b4b943a9692b134e752416a8f6d4d1c443 (diff)
downloadgcc-a454f6a0bd72e3ecdf42f437b9a4a84739572399.tar.gz
* config/arm/arm-wince-pe.h (ASM_SPEC): Pass -mcpu and -march
switches straight on to the assembler, do not abbreviate them. * config/arm/elf.h (ASM_SPEC): As above. * config/arm/semi.h (ASM_SPEC): As above. * config/arm/unknown-elf-oabi.h (ASM_SPEC): As above. * config/arm/xscale-coff.h (SUBTARGET_ASM_SPEC): Pass -mcpu=xscale on to the assembler by default. * config/arm/xscale-elf.h (SUBTARGET_ASM_SPEC): As above. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53667 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/elf.h')
-rw-r--r--gcc/config/arm/elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h
index 1cab2c4e144..003ab2c8a4f 100644
--- a/gcc/config/arm/elf.h
+++ b/gcc/config/arm/elf.h
@@ -46,8 +46,8 @@ Boston, MA 02111-1307, USA. */
#ifndef ASM_SPEC
#define ASM_SPEC "\
%{mbig-endian:-EB} \
-%{mcpu=*:-m%*} \
-%{march=*:-m%*} \
+%{mcpu=*:-mcpu=%*} \
+%{march=*:-march=%*} \
%{mapcs-*:-mapcs-%*} \
%{mapcs-float:-mfloat} \
%{msoft-float:-mno-fpu} \