diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-03 19:52:23 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-03 19:52:23 +0000 |
commit | dde03f02abadefba898971744138d452563a7914 (patch) | |
tree | b2c1fd51bf3f62d07d641d9db8a4c836a9b29512 /gcc/config.gcc | |
parent | 29ac02b715604512e11e68d1c722433b98e60837 (diff) | |
download | gcc-dde03f02abadefba898971744138d452563a7914.tar.gz |
* config.gcc (sh[234]l): Use little endian fragments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77185 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index eb9c3ac22a2..db1e010f45e 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" ;; |