Skip to content
  • Damien George's avatar
    stmhal/Makefile: Drop use of -mabi=aapcs-linux; link libgcc by default. · 7ae9bee7
    Damien George authored
    The aapcs-linux ABI is not required, instead the default aapcs ABI is
    enough.  And using the default ABI means that the provided libgcc will now
    link with the firmware without warnings about variable vs fixed enums.
    
    Although the binary size increases by about 1k, RAM usage is slightly
    decreased.  And libgcc may prove useful in the future for things like
    long-long division.
    7ae9bee7