diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2011-04-20 09:28:48 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2011-04-20 09:28:48 +0000 |
commit | d72dd5f9ec19aa2f55669c533eac7042e09b93ea (patch) | |
tree | 496195e3e3f8e90456a25db6bbeea1656126e6a7 | |
parent | 267d3070f755138d967f6fd0c05b3c9ccb361aaf (diff) | |
download | gcc-d72dd5f9ec19aa2f55669c533eac7042e09b93ea.zip gcc-d72dd5f9ec19aa2f55669c533eac7042e09b93ea.tar.gz gcc-d72dd5f9ec19aa2f55669c533eac7042e09b93ea.tar.bz2 |
Revert accidental commit.
From-SVN: r172764
-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 6dab065..a328a00 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 |