From 016ae2c6ced3bb7cc663655e7fa0b16eee40e938 Mon Sep 17 00:00:00 2001 From: pbrook Date: Tue, 12 Oct 2004 14:10:39 +0000 Subject: * 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 --- gcc/config/arm/bpabi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/arm/bpabi.h') 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 -- cgit v1.2.1