• Russell King's avatar
    [ARM] Prevent static data in misc.o · b4c06129
    Russell King authored
    Static data causes GOTOFF relocations to be used, which won't work
    because we want to relocate the .data section separately from the
    .text section.  Therefore, force all data to be nonstatic.
    b4c06129
Makefile 2.56 KB