aboutsummaryrefslogtreecommitdiffstats
path: root/test/raytracer/Makefile
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-03 12:34:43 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-03 12:34:43 +0000
commit6c196ec8a41d6ed506c133c8b33dba9684f9a7a6 (patch)
tree4e1422ea2a810520d0d9b0fbb78c0014ba9f8443 /test/raytracer/Makefile
parent93d89c2b5e8497365be152fb53cb6cd4c5764d34 (diff)
downloadcompcert-kvx-6c196ec8a41d6ed506c133c8b33dba9684f9a7a6.tar.gz
compcert-kvx-6c196ec8a41d6ed506c133c8b33dba9684f9a7a6.zip
Updated raytracer test. Added SPASS test.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1271 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/raytracer/Makefile')
-rw-r--r--test/raytracer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/raytracer/Makefile b/test/raytracer/Makefile
index 28129097..dea57af9 100644
--- a/test/raytracer/Makefile
+++ b/test/raytracer/Makefile
@@ -1,5 +1,5 @@
CC=../../ccomp
-CFLAGS=-U__GNUC__ -stdlib ../../runtime -dclight -dasm
+CFLAGS=-stdlib ../../runtime -dparse -dclight -dasm -fstruct-passing -fstruct-assign
LIBS=
TIME=xtime -mintime 2.0
@@ -11,7 +11,7 @@ render: $(OBJS)
$(CC) $(CFLAGS) -o render $(OBJS) $(LIBS)
clean:
- rm -f *.o *.light.c *.s *.ppm render
+ rm -f *.o *.parsed.c *.light.c *.s *.ppm render
include .depend