Changes in uspace/lib/c/arch/amd64/Makefile.common [2660ee3:bfdb7c63] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/Makefile.common
r2660ee3 rbfdb7c63 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 34 ifneq ($(COMPILER),clang) 35 COMMON_CFLAGS += -mno-tls-direct-seg-refs 36 endif 33 GCC_CFLAGS += -mno-tls-direct-seg-refs 37 34 38 35 LFLAGS += --gc-sections
Note:
See TracChangeset
for help on using the changeset viewer.