ADD MISSING "TARGET_DEFAULT" BIT WHEN LITTLE ENDIAN
This commit is contained in:
parent
6024d2c603
commit
22868c18c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user