• Chris Zankel's avatar
    xtensa: Fix linker script patch-up · ed5010ea
    Chris Zankel authored
    The Xtensa architecture requires to patch the generated linker script
    to insert precede certain sections with a .literal section. Ammend the
    sed script to fix-up only sequences that start with a '*':
    '*(.init.text)' -> '*(.init.literal .init.text)'
    Signed-off-by: default avatarChris Zankel <chris@zankel.net>
    ed5010ea
Makefile 1.21 KB