Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 1074:397d77b6e346
prev1066:ddffe9d2b332
next1097:d4807997e450
author nkeynes
date Wed Dec 02 10:36:49 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Add missing SUBV instruction to the emulation core (translation core is ok),
along with test cases. Thanks to D. Jeff Dionne for pointing this out.
file annotate diff log raw
1.1 --- a/configure Sun Jul 05 13:53:48 2009 +1000
1.2 +++ b/configure Wed Dec 02 10:36:49 2009 +1000
1.3 @@ -8084,7 +8084,7 @@
1.4 old_LDFLAGS="$LDFLAGS"
1.5 LDFLAGS="$LDFLAGS -rdynamic"
1.6 cat >conftest.$ac_ext <<_ACEOF
1.7 -int main(){}
1.8 +int main(){ return 0; }
1.9 _ACEOF
1.10 rm -f conftest.$ac_objext conftest$ac_exeext
1.11 if { (ac_try="$ac_link"
.