Ignore:
Timestamp:
2018-01-26T23:50:30Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
663b26ec
Parents:
03cfe2ec
Message:

Generate files that a third party can use to build software for HelenOS
without necessarily knowing anything about the build system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/amd64/Makefile.common

    r03cfe2ec re9dba436  
    3131# XXX: clang doesn't support this flag, but the optimization is OS-specific,
    3232#      so it isn't used for amd64-unknown-elf target.
    33 GCC_CFLAGS += -mno-tls-direct-seg-refs
     33
     34ifneq ($(COMPILER),clang)
     35        COMMON_CFLAGS += -mno-tls-direct-seg-refs
     36endif
    3437
    3538LFLAGS += --gc-sections
Note: See TracChangeset for help on using the changeset viewer.