From 07b5d93eaa8c6405d075210c903a826ee5774945 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 8 Jul 2005 16:16:32 +0000 Subject: Fixes for RISC OS svn-id: r18514 --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index e65bb34e60..c28b0d7204 100755 --- a/configure +++ b/configure @@ -450,7 +450,7 @@ linupy) _host_os=linux _host_cpu=arm ;; -arm-riscos-aof) +arm-riscos) _host_os=riscos _host_cpu=arm ;; @@ -473,7 +473,7 @@ case $_host_os in mingw* | cygwin*) EXEEXT=".exe" ;; -arm-riscos-aof) +arm-riscos) EXEEXT=",ff8" ;; *) @@ -645,7 +645,7 @@ fi if test -n "$_host"; then # Cross-compiling mode - add your target here if needed case "$_host" in - linupy|arm-riscos-aof) + linupy|arm-riscos) echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes" DEFINES="$DEFINES -DUNIX" _def_endianness='#define SCUMM_LITTLE_ENDIAN' @@ -666,7 +666,7 @@ if test -n "$_host"; then LDFLAGS="$LDFLAGS -newlib" ;; *) - echo "Cross-compiling to unknown target, please add your target to configure." + echo "Cross-compiling to unknown target $_host, please add your target to configure." exit 1 ;; esac -- cgit v1.2.3