Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 358:65043a8f5785
prev357:3592a10b3242
next364:d738f6883d4a
author nkeynes
date Tue Aug 28 08:46:54 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add the i386 disassembler from binutils (why write your own if you don't
have to) to use for translator validation
file annotate diff log raw
1.1 --- a/test/Makefile Tue Feb 13 08:34:27 2007 +0000
1.2 +++ b/test/Makefile Tue Aug 28 08:46:54 2007 +0000
1.3 @@ -74,7 +74,7 @@
1.4 testsh4: crt0.so sh4/testsh4.so timer.so interrupt.so \
1.5 sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so \
1.6 sh4/bf.so sh4/bt.so sh4/cmp.so \
1.7 - sh4/float.so sh4/ftrc.so \
1.8 + sh4/float.so sh4/fmov.so sh4/ftrc.so sh4/mac.s \
1.9 sh4/excslot.so sh4/undef.so
1.10 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.11 $(SH4OBJCOPY) testsh4 testsh4.bin
.