Skip to content
  • KJ Tsanaktsidis's avatar
    86c2724e
    Don't emit ELF notes on non-ELF platforms · 86c2724e
    KJ Tsanaktsidis authored
    These apparently break compilation on old MacOS toolchains, because the
    MachO section name is capped to 16 chars (although, on my MacOS, at
    least, the section name just gets truncated). Nevertheless, these serve
    no purpose on non-ELF platforms (they're part of the LSB Linux ABI).
    
    [Bug #20677]
    86c2724e
    Don't emit ELF notes on non-ELF platforms
    KJ Tsanaktsidis authored
    These apparently break compilation on old MacOS toolchains, because the
    MachO section name is capped to 16 chars (although, on my MacOS, at
    least, the section name just gets truncated). Nevertheless, these serve
    no purpose on non-ELF platforms (they're part of the LSB Linux ABI).
    
    [Bug #20677]
Loading