Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 1074:397d77b6e346
prev1066:ddffe9d2b332
next1097:d4807997e450
author nkeynes
date Tue Dec 15 08:46:37 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Add side-by-side x86+sh4 disassembly output
Print SH4 state information and disassembly of the current block when
crashing.
Fix delay slot instruction in conditional branch not being marked as a
delay-slot instruction in the branch-not-taken path.
Rename REG_* defines in cpu.h to avoid conflict with translation defs
file annotate diff log raw
1.1 --- a/configure.in Sun Jul 05 13:53:48 2009 +1000
1.2 +++ b/configure.in Tue Dec 15 08:46:37 2009 +1000
1.3 @@ -160,7 +160,7 @@
1.4 AC_MSG_CHECKING([if linker accepts -rdynamic])
1.5 old_LDFLAGS="$LDFLAGS"
1.6 LDFLAGS="$LDFLAGS -rdynamic"
1.7 - AC_LINK_IFELSE( [int main(){}], [
1.8 + AC_LINK_IFELSE( [int main(){ return 0; }], [
1.9 LXDREAMLDFLAGS="-rdynamic"
1.10 AC_MSG_RESULT([yes])
1.11 ], [
.