summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@redhat.com>2008-09-20 17:09:41 -0400
committerSøren Sandmann Pedersen <sandmann@redhat.com>2008-09-20 17:09:41 -0400
commite18a3a7b8f15e4e445984ce435df43822cd2baf4 (patch)
tree5f18f524579618ffe9ef7b02f6d2eb7c95ea80ad /build.sh
parent87cc38b1fa60d6c84d682b6040a4277f29755a9d (diff)
Generate IR for Over/8888x8x8888
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 029e258..27843d1 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,7 @@
-gcc -Wall -g codex86.c regalloc.c testreg.c `pkg-config --cflags --libs pixman-1`
+#gcc -Wall -g codex86.c regalloc.c testreg.c `pkg-config --cflags --libs pixman-1`
-gcc -Wall -g codex86.c regalloc.c testjit.c `pkg-config --cflags --libs pixman-1`
+#gcc -Wall -g codex86.c regalloc.c testjit.c `pkg-config --cflags --libs pixman-1`
gcc -Wall -g codex86.c testir.c ir.c `pkg-config --cflags --libs pixman-1 glib-2.0`