aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-03-25 05:06:12 +0000
committerAndrew Cagney <cagney@redhat.com>1997-03-25 05:06:12 +0000
commit332cb0a763f0636217859f81d2d14b6030e2ae3e (patch)
tree19c352d3fdf517b5e2833aaa3983ae012b87cf90 /sim/ppc/configure.in
parent2f472f924c965d00b60eb1c64d031dabb46f18e5 (diff)
downloadfsf-binutils-gdb-332cb0a763f0636217859f81d2d14b6030e2ae3e.zip
fsf-binutils-gdb-332cb0a763f0636217859f81d2d14b6030e2ae3e.tar.gz
fsf-binutils-gdb-332cb0a763f0636217859f81d2d14b6030e2ae3e.tar.bz2
* emul_bugapi.c (emul_bugapi_create): Guard against NULL images.
* configure.in (enable-sim-endain): Correct typo in usage (from Erik Landry <landry@ENGR.ORST.EDU>). * configure: Re-generate.
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r--sim/ppc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in
index 04fafc3..f86cfef 100644
--- a/sim/ppc/configure.in
+++ b/sim/ppc/configure.in
@@ -230,7 +230,7 @@ fi],[sim_hostbitsize=""])dnl
AC_ARG_ENABLE(sim-hostendian,
-[ --enable-sim-hostendain=end Specify host byte endian orientation.],
+[ --enable-sim-hostendian=end Specify host byte endian orientation.],
[case "${enableval}" in
no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;