Changes in uspace/lib/c/arch/amd64/Makefile.common [1a5eca4:bfdb7c63] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/Makefile.common
r1a5eca4 rbfdb7c63 27 27 # 28 28 29 GCC_CFLAGS += -mno-tls-direct-seg-refs -fno-omit-frame-pointer 30 CLANG_CFLAGS += -fno-omit-frame-pointer 29 COMMON_CFLAGS += -fno-omit-frame-pointer 30 31 # XXX: clang doesn't support this flag, but the optimization is OS-specific, 32 # so it isn't used for amd64-unknown-elf target. 33 GCC_CFLAGS += -mno-tls-direct-seg-refs 34 35 LFLAGS += --gc-sections 31 36 32 37 ENDIANESS = LE
Note:
See TracChangeset
for help on using the changeset viewer.