File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 3d0826b5fceee9b5625cd8b728dad222cbcff305
4
+ refs/heads/snap-stage3: 8910b2ff7c6fcf6bfa2192ccdfe74d29fd91f581
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change 9
9
$(foreach t,$(CFG_TARGET_TRIPLES),$(eval $(call DEF_HOST_VAR,$(t))))
10
10
$(foreach t,$(CFG_TARGET_TRIPLES ) ,$(info cfg : host for $(t ) is $(HOST_$(t ) ) ))
11
11
12
- # FIXME: This appears to do nothing
13
- CFG_GCCISH_FLAGS += -fno-strict-aliasing
14
-
15
12
# FIXME: no-omit-frame-pointer is just so that task_start_wrapper
16
13
# has a frame pointer and the stack walker can understand it. Turning off
17
14
# frame pointers everywhere is overkill
@@ -146,7 +143,7 @@ ifdef CFG_UNIXY
146
143
CFG_VALGRIND += wine
147
144
endif
148
145
149
- CFG_GCCISH_CFLAGS := -fno-strict-aliasing - march=i586
146
+ CFG_GCCISH_CFLAGS := -march=i586
150
147
CFG_GCCISH_PRE_LIB_FLAGS :=
151
148
CFG_GCCISH_POST_LIB_FLAGS :=
152
149
CFG_GCCISH_DEF_FLAG :=
You can’t perform that action at this time.
0 commit comments