Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 528:49cb007348aa
prev526:ba3da45b5754
next529:06ffbecc7262
author nkeynes
date Sun Nov 18 11:13:42 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Change SH4_TRANSLATOR to use defined constants
file annotate diff log raw
1.1 --- a/configure Sat Nov 17 06:04:19 2007 +0000
1.2 +++ b/configure Sun Nov 18 11:13:42 2007 +0000
1.3 @@ -5516,14 +5516,14 @@
1.4 SH4_TRANSLATOR="x86"
1.5
1.6 cat >>confdefs.h <<_ACEOF
1.7 -#define SH4_TRANSLATOR "x86"
1.8 +#define SH4_TRANSLATOR TARGET_X86
1.9 _ACEOF
1.10 ;;
1.11 x86_64)
1.12 SH4_TRANSLATOR="x86_64"
1.13
1.14 cat >>confdefs.h <<_ACEOF
1.15 -#define SH4_TRANSLATOR "x86_64"
1.16 +#define SH4_TRANSLATOR TARGET_X86_64
1.17 _ACEOF
1.18 ;;
1.19 *)
.