ADD MISSING "TARGET_DEFAULT" BIT WHEN LITTLE ENDIAN

This commit is contained in:
msaitoh 2002-04-15 13:24:54 +00:00
parent 6024d2c603
commit 22868c18c1
1 changed files with 3 additions and 0 deletions

View File

@ -48,3 +48,6 @@ Boston, MA 02111-1307, USA. */
%{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker /usr/libexec/ld.elf_so}} \
%{static:-static}}"
#undef TARGET_DEFAULT
#define TARGET_DEFAULT LITTLE_ENDIAN_BIT