Changeset 2660ee3 in mainline for uspace/lib/c/arch/amd64/Makefile.common
- Timestamp:
- 2018-01-31T17:47:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a912aff, b500939e, ea42e44
- Parents:
- 14d789c
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-31 17:47:53)
- git-committer:
- GitHub <noreply@…> (2018-01-31 17:47:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/Makefile.common
r14d789c r2660ee3 31 31 # XXX: clang doesn't support this flag, but the optimization is OS-specific, 32 32 # so it isn't used for amd64-unknown-elf target. 33 GCC_CFLAGS += -mno-tls-direct-seg-refs 33 34 ifneq ($(COMPILER),clang) 35 COMMON_CFLAGS += -mno-tls-direct-seg-refs 36 endif 34 37 35 38 LFLAGS += --gc-sections
Note:
See TracChangeset
for help on using the changeset viewer.