diff options
author | Damien George <damien.p.george@gmail.com> | 2017-02-08 11:50:22 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-02-08 11:50:22 +1100 |
commit | 7ae9bee7905601a827f3d216300f917afbacf07e (patch) | |
tree | 023c2ce50c9d4157adda3fe0e59c3efae9e00677 /extmod/machine_signal.c | |
parent | aa34c553ec75535f46f5d6ff28c0c943701e569b (diff) | |
download | micropython-7ae9bee7905601a827f3d216300f917afbacf07e.tar.gz micropython-7ae9bee7905601a827f3d216300f917afbacf07e.zip |
stmhal/Makefile: Drop use of -mabi=aapcs-linux; link libgcc by default.
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.
Diffstat (limited to 'extmod/machine_signal.c')
0 files changed, 0 insertions, 0 deletions