Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 364:d738f6883d4a
prev358:65043a8f5785
next384:c9d5c194984b
author nkeynes
date Wed Sep 12 09:21:01 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Hook up the translator as a command line option
file annotate diff log raw
1.1 --- a/test/Makefile Thu Aug 23 12:31:31 2007 +0000
1.2 +++ b/test/Makefile Wed Sep 12 09:21:01 2007 +0000
1.3 @@ -73,8 +73,9 @@
1.4
1.5 testsh4: crt0.so sh4/testsh4.so timer.so interrupt.so \
1.6 sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so \
1.7 - sh4/bf.so sh4/bt.so sh4/cmp.so \
1.8 + sh4/bf.so sh4/bt.so sh4/cmp.so sh4/cmpstr.so sh4/div0.so \
1.9 sh4/float.so sh4/fmov.so sh4/ftrc.so sh4/mac.s \
1.10 + sh4/shld.so \
1.11 sh4/excslot.so sh4/undef.so
1.12 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.13 $(SH4OBJCOPY) testsh4 testsh4.bin
.