diff options
author | Richard Sandiford <richard.sandiford@linaro.org> | 2011-04-20 09:25:42 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2011-04-20 09:25:42 +0000 |
commit | 267d3070f755138d967f6fd0c05b3c9ccb361aaf (patch) | |
tree | e069d62850ed1e1da9555cd452f0ceaefe28bbce /gcc/config/arm/t-linux-eabi | |
parent | 0b2ddd9ce3a1e6db7b9b16adf75fed550f05d0ce (diff) | |
download | gcc-267d3070f755138d967f6fd0c05b3c9ccb361aaf.zip gcc-267d3070f755138d967f6fd0c05b3c9ccb361aaf.tar.gz gcc-267d3070f755138d967f6fd0c05b3c9ccb361aaf.tar.bz2 |
Revert last patch.
From-SVN: r172763
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 a328a00..6dab065 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 = -MULTILIB_DIRNAMES = +MULTILIB_OPTIONS = mthumb +MULTILIB_DIRNAMES = thumb #MULTILIB_OPTIONS += mcpu=fa606te/mcpu=fa626te/mcpu=fmp626/mcpu=fa726te #MULTILIB_DIRNAMES += fa606te fa626te fmp626 fa726te |