dadd01b6 | 15-Jul-2020 |
Sascha Wildner <saw@online.de> |
libc/asmcontext: Fix building with -fno-common.
asmcontext.h generation using genassym.sh isn't working properly with -fno-common, so for now just specify -fcommon at the end of the flags.
Right no
libc/asmcontext: Fix building with -fno-common.
asmcontext.h generation using genassym.sh isn't working properly with -fno-common, so for now just specify -fcommon at the end of the flags.
Right now this is only needed for testing -fno-common because it is not GCC's default yet.
This concludes the work to make buildworld succeed with -fno-common.
Thanks to Krzysztof Piecuch for helping with it.
show more ...
|