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/t-linux-eabi | |
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/t-linux-eabi')
-rw-r--r-- | gcc/config/arm/t-linux-eabi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/arm/t-linux-eabi b/gcc/config/arm/t-linux-eabi index 2f2f8ffa5e2..07e32b38de8 100644 --- a/gcc/config/arm/t-linux-eabi +++ b/gcc/config/arm/t-linux-eabi @@ -18,6 +18,8 @@ # We do not build a Thumb multilib for Linux because the definition of # CLEAR_INSN_CACHE in linux-gas.h does not work in Thumb mode. +# If you set MULTILIB_OPTIONS to a non-empty value you should also set +# MULTILIB_DEFAULTS in linux-elf.h. MULTILIB_OPTIONS = MULTILIB_DIRNAMES = |