diff options
author | mgretton <mgretton@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-20 12:18:36 +0000 |
---|---|---|
committer | mgretton <mgretton@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-20 12:18:36 +0000 |
commit | 8d0ea08f53e899b7c177426c989483ee1239b88b (patch) | |
tree | 51956d98a5c94f7a0dcd44f5472c89d95671b1f1 /gcc/config/arm/linux-elf.h | |
parent | 866cf42b3a8ea358160d937b6e7a6d104c3f8758 (diff) | |
download | gcc-8d0ea08f53e899b7c177426c989483ee1239b88b.tar.gz |
2013-08-20 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
* config/arm/linux-elf.h (MULTILIB_DEFAULTS): Remove definition.
* config/arm/t-linux-eabi (MULTILIB_OPTIONS): Document association
with MULTLIB_DEFAULTS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201879 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/linux-elf.h')
-rw-r--r-- | gcc/config/arm/linux-elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index 488efa4ba15..475e22079fc 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -44,9 +44,9 @@ #define SUBTARGET_EXTRA_LINK_SPEC " -m " TARGET_LINKER_EMULATION " -p" +/* We do not have any MULTILIB_OPTIONS specified, so there are no + MULTILIB_DEFAULTS. */ #undef MULTILIB_DEFAULTS -#define MULTILIB_DEFAULTS \ - { "marm", "mlittle-endian", "mfloat-abi=hard", "mno-thumb-interwork" } /* Now we define the strings used to build the spec file. */ #undef LIB_SPEC |