Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 396:0738dbc01d95
prev393:5e5335b61373
next399:23e51a2b4f99
author nkeynes
date Wed Sep 19 12:09:33 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add a 'translate and run' method for running uncached code
file annotate diff log raw
1.1 --- a/test/Makefile Wed Sep 19 09:13:08 2007 +0000
1.2 +++ b/test/Makefile Wed Sep 19 12:09:33 2007 +0000
1.3 @@ -75,7 +75,8 @@
1.4 sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so \
1.5 sh4/bf.so sh4/bt.so sh4/cmp.so sh4/cmpstr.so sh4/div0.so \
1.6 sh4/div1.so sh4/float.so sh4/fmov.so sh4/ftrc.so sh4/mac.s \
1.7 - sh4/shld.so sh4/sub.so sh4/subc.so sh4/xtrct.so \
1.8 + sh4/rot.so sh4/shl.so sh4/shld.so sh4/sub.so sh4/subc.so \
1.9 + sh4/xtrct.so \
1.10 sh4/excslot.so sh4/undef.so
1.11 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.12 $(SH4OBJCOPY) testsh4 testsh4.bin
.