From: J"orn Rennecke Date: Tue, 3 Feb 2004 19:52:23 +0000 (+0000) Subject: * config.gcc (sh[234]l): Use little endian fragments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8f0f22ea9748a6eeb815ca37cfeb71ad92fc1a3;p=gcc.git * config.gcc (sh[234]l): Use little endian fragments. From-SVN: r77185 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3e2cfe90604..144acac9059 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-03 J"orn Rennecke + + * config.gcc (sh[234]l): Use little endian fragments. + 2004-02-03 Paul Koning * config/pdp11/pdp11-modes.def: Add RESET_FLOAT_FORMAT calls. 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" ;;