Skip to content

Commit 81af9dc

Browse files
committed
---
yaml --- r: 10438 b: refs/heads/snap-stage3 c: 41df9cb h: refs/heads/master v: v3
1 parent 39e9ac6 commit 81af9dc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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: 9f3b12b6c6c04cc80c111ab9c8c79eb4a0d73798
4+
refs/heads/snap-stage3: 41df9cbb448ab7b4fd352d64776cdfd02ed83a56
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/mk/platform.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ 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
1213
CFG_GCCISH_FLAGS += -fno-strict-aliasing
1314

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+
1420
# On Darwin, we need to run dsymutil so the debugging information ends
1521
# up in the right place. On other platforms, it automatically gets
1622
# embedded into the executable, so use a no-op command.

0 commit comments

Comments
 (0)