aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJ"orn Rennecke <joern.rennecke@superh.com>2004-02-03 19:52:23 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2004-02-03 19:52:23 +0000
commita8f0f22ea9748a6eeb815ca37cfeb71ad92fc1a3 (patch)
treeb2c1fd51bf3f62d07d641d9db8a4c836a9b29512 /gcc/config.gcc
parent3c398f341f8144ca380fc8820ab23d6cace90445 (diff)
downloadgcc-a8f0f22ea9748a6eeb815ca37cfeb71ad92fc1a3.zip
gcc-a8f0f22ea9748a6eeb815ca37cfeb71ad92fc1a3.tar.gz
gcc-a8f0f22ea9748a6eeb815ca37cfeb71ad92fc1a3.tar.bz2
* config.gcc (sh[234]l): Use little endian fragments.
From-SVN: r77185
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index eb9c3ac..db1e010 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1853,7 +1853,7 @@ s390x-ibm-tpf*)
sh-*-elf* | sh[2346l]*-*-elf* | sh*-*-kaos*)
tmake_file="sh/t-sh sh/t-elf"
case ${target} in
- shl* | sh64l*)
+ shl* | sh[234]l* | sh64l*)
tm_file="sh/little.h ${tm_file}"
tmake_file="${tmake_file} sh/t-le"
;;