aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-06-25 18:02:38 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-06-25 18:02:38 +0000
commit3b42c9794cb17f6af380dab2f08e1b1618f3b247 (patch)
tree413b5b7b779721ff7cd32e6fd36e30fefc9b878c /tests
parent755d13753b32702fe8897ab0c0658ac7b04a9ff8 (diff)
sse2 comment
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2017 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 59a0b6d994..d7abae69e3 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,6 +1,7 @@
-include ../config-host.mak
-CFLAGS=-Wall -O2 -g #-msse2
+CFLAGS=-Wall -O2 -g
+#CFLAGS+=-msse2
LDFLAGS=
ifeq ($(ARCH),i386)