diff options
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index 3296f8c..3bc5a99 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -86,6 +86,9 @@ case "${host}" in esac AC_SUBST(GDBINIT) +#We need this for the host. BOUT header is in host order. +AC_C_BIGENDIAN + te_file=generic # Makefile target for installing gas in $(tooldir)/bin. |