Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 233:f8333b94f503
prev231:a9e61a96a885
next249:1708bec547df
author nkeynes
date Tue Dec 19 09:52:56 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Work in progress: 0x40,1 (read status)
file annotate diff log raw
1.1 --- a/test/Makefile Tue Sep 26 11:05:38 2006 +0000
1.2 +++ b/test/Makefile Tue Dec 19 09:52:56 2006 +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/excslot.so
1.8 + sh4/excslot.so sh4/undef.so
1.9 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.10 $(SH4OBJCOPY) testsh4 testsh4.bin
1.11
.