Skip to content

Commit 1748b09

Browse files
committed
---
yaml --- r: 10709 b: refs/heads/snap-stage3 c: 8910b2f h: refs/heads/master i: 10707: 6f30bf7 v: v3
1 parent b39724b commit 1748b09

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 3d0826b5fceee9b5625cd8b728dad222cbcff305
4+
refs/heads/snap-stage3: 8910b2ff7c6fcf6bfa2192ccdfe74d29fd91f581
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/mk/platform.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ endef
99
$(foreach t,$(CFG_TARGET_TRIPLES),$(eval $(call DEF_HOST_VAR,$(t))))
1010
$(foreach t,$(CFG_TARGET_TRIPLES),$(info cfg: host for $(t) is $(HOST_$(t))))
1111

12-
# FIXME: This appears to do nothing
13-
CFG_GCCISH_FLAGS += -fno-strict-aliasing
14-
1512
# FIXME: no-omit-frame-pointer is just so that task_start_wrapper
1613
# has a frame pointer and the stack walker can understand it. Turning off
1714
# frame pointers everywhere is overkill
@@ -146,7 +143,7 @@ ifdef CFG_UNIXY
146143
CFG_VALGRIND += wine
147144
endif
148145

149-
CFG_GCCISH_CFLAGS := -fno-strict-aliasing -march=i586
146+
CFG_GCCISH_CFLAGS := -march=i586
150147
CFG_GCCISH_PRE_LIB_FLAGS :=
151148
CFG_GCCISH_POST_LIB_FLAGS :=
152149
CFG_GCCISH_DEF_FLAG :=

0 commit comments

Comments
 (0)