bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=gnu for apcs/atpcs.
* config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=gnu for apcs/atpcs. From-SVN: r108450
This commit is contained in:
parent
99700fec4d
commit
dbff657a37
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
/* Tell the assembler to build BPABI binaries. */
|
/* Tell the assembler to build BPABI binaries. */
|
||||||
#undef SUBTARGET_EXTRA_ASM_SPEC
|
#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. */
|
/* The generic link spec in elf.h does not support shared libraries. */
|
||||||
#undef LINK_SPEC
|
#undef LINK_SPEC
|
||||||
|
|
Loading…
Add table
Reference in a new issue