• Paul Mundt's avatar
    sh: Remove compressed kernel libgcc dependency. · 363e9f05
    Paul Mundt authored
    SH-2A is unable to combine the kernel and libgcc objects due to
    fundamental disagreements over FDPIC settings. As the kernel already
    contains all of the libgcc bits broken out, there's not much need to
    bother with the linking anymore, as everything can already be derived
    from the lib dir.
    
    This simply plugs in the necessary bits to ensure that everything is
    built uniformly, enabling us to wean the compressed build off of explicit
    libgcc linking.
    Reported-by: default avatarPhil Edworthy <phil.edworthy@renesas.com>
    Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
    363e9f05
Makefile 2.2 KB