• Kai Germaschewski's avatar
    kbuild: Figure endianness / word size at compile time · cbc98ae5
    Kai Germaschewski authored
    The helper file2alias had to jump through a lot of hoops because it did not
    know the host and target endianness / word size at compile time.
    We now build a small header scripts/elfconfig.h which contains this
    information for file2alias to use.
    cbc98ae5
mk_elfconfig.c 1.21 KB