* config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=gnu for
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Dec 2005 01:35:43 +0000 (01:35 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Dec 2005 01:35:43 +0000 (01:35 +0000)
apcs/atpcs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108450 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/arm/bpabi.h

index ac5a090..4c73088 100644 (file)
@@ -46,7 +46,7 @@
 
 /* Tell the assembler to build BPABI binaries.  */
 #undef SUBTARGET_EXTRA_ASM_SPEC
-#define SUBTARGET_EXTRA_ASM_SPEC "-meabi=4"
+#define SUBTARGET_EXTRA_ASM_SPEC "%{mabi=apcs-gnu|mabi=atpcs:-meabi=gnu;:-meabi=4}"
 
 /* The generic link spec in elf.h does not support shared libraries.  */
 #undef LINK_SPEC