diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-30 20:03:09 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-30 20:03:09 +0000 |
commit | ab5aa4533fce29fe76345fae2b31b7bd97d310cc (patch) | |
tree | 044f46c5435a3ef9b2216d1bd9e8047b4e6eef8c /gcc/config/arm/linux-eabi.h | |
parent | 256ba9129c671263f3ab8a1d2e4533642ba40e71 (diff) | |
download | gcc-ab5aa4533fce29fe76345fae2b31b7bd97d310cc.tar.gz |
* config/arm/linux-eabi.h (LINK_SPEC): BE8_LINK_SPEC added.
* config/arm/bpapi.h (BE8_LINK_SPEC): New define.
(LINK_SPEC): BE_LINK_SPEC added.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153766 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/linux-eabi.h')
-rw-r--r-- | gcc/config/arm/linux-eabi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/linux-eabi.h b/gcc/config/arm/linux-eabi.h index 780a504add2..fce1ed165d3 100644 --- a/gcc/config/arm/linux-eabi.h +++ b/gcc/config/arm/linux-eabi.h @@ -66,7 +66,7 @@ /* At this point, bpabi.h will have clobbered LINK_SPEC. We want to use the GNU/Linux version, not the generic BPABI version. */ #undef LINK_SPEC -#define LINK_SPEC LINUX_TARGET_LINK_SPEC +#define LINK_SPEC LINUX_TARGET_LINK_SPEC BE8_LINK_SPEC /* Use the default LIBGCC_SPEC, not the version in linux-elf.h, as we do not use -lfloat. */ |