Ticket #8444: configure.p

File configure.p, 1.1 KB (added by SF/pnaulls, 19 years ago)

Configure patch

Line 
1Index: configure
2===================================================================
3RCS file: /cvsroot/scummvm/scummvm/configure,v
4retrieving revision 1.125
5diff -u -r1.125 configure
6--- configure 2 Jul 2005 12:52:30 -0000 1.125
7+++ configure 5 Jul 2005 21:46:57 -0000
8@@ -450,7 +450,7 @@
9 _host_os=linux
10 _host_cpu=arm
11 ;;
12-arm-riscos-aof)
13+arm-riscos)
14 _host_os=riscos
15 _host_cpu=arm
16 ;;
17@@ -473,7 +473,7 @@
18 mingw* | cygwin*)
19 EXEEXT=".exe"
20 ;;
21-arm-riscos-aof)
22+arm-riscos)
23 EXEEXT=",ff8"
24 ;;
25 *)
26@@ -645,7 +645,7 @@
27 if test -n "$_host"; then
28 # Cross-compiling mode - add your target here if needed
29 case "$_host" in
30- linupy|arm-riscos-aof)
31+ linupy|arm-riscos)
32 echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
33 DEFINES="$DEFINES -DUNIX"
34 _def_endianness='#define SCUMM_LITTLE_ENDIAN'
35@@ -666,7 +666,7 @@
36 LDFLAGS="$LDFLAGS -newlib"
37 ;;
38 *)
39- echo "Cross-compiling to unknown target, please add your target to configure."
40+ echo "Cross-compiling to unknown target $_host, please add your target to configure."
41 exit 1
42 ;;
43 esac