aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-02 17:46:16 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-03 00:18:07 -0500
commit1ac72f0659d64d6a14da862242db0d841d2878d0 (patch)
treed7d792ba2df8227b99240650e99087e1f6008813 /sim/frv/configure.ac
parentAutomatic date update in version.in (diff)
downloadbinutils-gdb-1ac72f0659d64d6a14da862242db0d841d2878d0.tar.gz
binutils-gdb-1ac72f0659d64d6a14da862242db0d841d2878d0.tar.bz2
binutils-gdb-1ac72f0659d64d6a14da862242db0d841d2878d0.zip
sim: convert to bfd_endian
Rather than re-invent endian defines, as well as maintain our own list of OS & arch-specific includes, punt all that logic in favor of the bfd ones already set up and maintained elsewhere. We already rely on the bfd library, so leveraging the endian aspect should be fine.
Diffstat (limited to 'sim/frv/configure.ac')
-rw-r--r--sim/frv/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/configure.ac b/sim/frv/configure.ac
index ebaf6ab3b60..ad73eedd556 100644
--- a/sim/frv/configure.ac
+++ b/sim/frv/configure.ac
@@ -5,7 +5,7 @@ sinclude(../common/acinclude.m4)
SIM_AC_COMMON
-SIM_AC_OPTION_ENDIAN(BIG_ENDIAN)
+SIM_AC_OPTION_ENDIAN(BIG)
SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
SIM_AC_OPTION_HOSTENDIAN
SIM_AC_OPTION_SCACHE(16384)