Commit ab2572d7eacf5d70b7fa76a4912fe9739544f6d6

Authored by bellard
1 parent 267002cd

added -fno-strict-aliasing


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@882 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
Makefile.target
@@ -7,7 +7,7 @@ ifdef CONFIG_USER_ONLY @@ -7,7 +7,7 @@ ifdef CONFIG_USER_ONLY
7 VPATH+=:$(SRC_PATH)/linux-user 7 VPATH+=:$(SRC_PATH)/linux-user
8 DEFINES+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ARCH) 8 DEFINES+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ARCH)
9 endif 9 endif
10 -CFLAGS=-Wall -O2 -g 10 +CFLAGS=-Wall -O2 -g -fno-strict-aliasing
11 LDFLAGS=-g 11 LDFLAGS=-g
12 LIBS= 12 LIBS=
13 HELPER_CFLAGS=$(CFLAGS) 13 HELPER_CFLAGS=$(CFLAGS)