File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
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: 9f3b12b6c6c04cc80c111ab9c8c79eb4a0d73798
4
+ refs/heads/snap-stage3: 41df9cbb448ab7b4fd352d64776cdfd02ed83a56
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
12
13
CFG_GCCISH_FLAGS += -fno-strict-aliasing
13
14
15
+ # FIXME: no-omit-frame-pointer is just so that task_start_wrapper
16
+ # has a frame pointer and the stack walker can understand it. Turning off
17
+ # frame pointers everywhere is overkill
18
+ CFG_GCCISH_CFLAGS += -fno-omit-frame-pointer
19
+
14
20
# On Darwin, we need to run dsymutil so the debugging information ends
15
21
# up in the right place. On other platforms, it automatically gets
16
22
# embedded into the executable, so use a no-op command.
You can’t perform that action at this time.
0 commit comments