Changeset 6480827 in mainline
- Timestamp:
- 2019-01-11T12:49:41Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b251af5a
- Parents:
- a91b828
- git-author:
- Jiri Svoboda <jiri@…> (2018-01-10 21:39:12)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-01-11 12:49:41)
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
ra91b828 r6480827 112 112 113 113 AFLAGS = --fatal-warnings 114 LDFLAGS = -Wl,--fatal-warnings,--warn-common -Wl,-z,max-page-size=0x1000114 LDFLAGS = -Wl,--fatal-warnings,--warn-common 115 115 116 116 ifeq ($(STATIC_NEEDED),y) -
uspace/lib/c/arch/amd64/Makefile.common
ra91b828 r6480827 28 28 29 29 # TODO: We need to implement DWARF unwinding and get rid of this flag. 30 COMMON_CFLAGS += -fno-omit-frame-pointer 30 COMMON_CFLAGS += -fno-omit-frame-pointer -Wl,-z,max-page-size=0x1000 31 31 32 32 # XXX: This architecture requires unoptimized TLS pointer access,
Note:
See TracChangeset
for help on using the changeset viewer.