diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-20 09:28:48 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-20 09:28:48 +0000 |
commit | 843b6a8b3319918ff6a1b1699475d45c5ed9bf4f (patch) | |
tree | 496195e3e3f8e90456a25db6bbeea1656126e6a7 /gcc/config/arm/t-linux-eabi | |
parent | ff99c8340af56d2abee04aedca115a2df5eb87b9 (diff) | |
download | gcc-843b6a8b3319918ff6a1b1699475d45c5ed9bf4f.tar.gz |
Revert accidental commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172764 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/t-linux-eabi')
-rw-r--r-- | gcc/config/arm/t-linux-eabi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/t-linux-eabi b/gcc/config/arm/t-linux-eabi index 6dab0651eab..a328a000552 100644 --- a/gcc/config/arm/t-linux-eabi +++ b/gcc/config/arm/t-linux-eabi @@ -21,8 +21,8 @@ TARGET_LIBGCC2_CFLAGS = -fPIC # 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. -MULTILIB_OPTIONS = mthumb -MULTILIB_DIRNAMES = thumb +MULTILIB_OPTIONS = +MULTILIB_DIRNAMES = #MULTILIB_OPTIONS += mcpu=fa606te/mcpu=fa626te/mcpu=fmp626/mcpu=fa726te #MULTILIB_DIRNAMES += fa606te fa626te fmp626 fa726te |