diff options
author | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-12 14:10:39 +0000 |
---|---|---|
committer | pbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-12 14:10:39 +0000 |
commit | 016ae2c6ced3bb7cc663655e7fa0b16eee40e938 (patch) | |
tree | 84d9ad39a6429d29cfa6c065eaf1c7a1d9185b27 /gcc/config/arm/bpabi.h | |
parent | 3a445a04150abf10bb70b0bd8fbc8eb7ad3d55b0 (diff) | |
download | gcc-016ae2c6ced3bb7cc663655e7fa0b16eee40e938.tar.gz |
* config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Change meabi=3 to
meabi=4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/bpabi.h')
-rw-r--r-- | gcc/config/arm/bpabi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/bpabi.h b/gcc/config/arm/bpabi.h index c15257728d4..6fb11b9838c 100644 --- a/gcc/config/arm/bpabi.h +++ b/gcc/config/arm/bpabi.h @@ -38,7 +38,7 @@ /* Tell the assembler to build BPABI binaries. */ #undef SUBTARGET_EXTRA_ASM_SPEC -#define SUBTARGET_EXTRA_ASM_SPEC "-meabi=3" +#define SUBTARGET_EXTRA_ASM_SPEC "-meabi=4" /* The generic link spec in elf.h does not support shared libraries. */ #undef LINK_SPEC |