mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
9c: added explicit -fcommon to gcc defaults.
Version 10 of gcc enforces -fno-common which breaks a lot of things. This fix reverts to the pre-10 behaviour. The real fix is to clean up stray redefinitions which should be declarations.
This commit is contained in:
parent
4650064aa7
commit
c1c1b5267f
1 changed files with 1 additions and 0 deletions
1
bin/9c
1
bin/9c
|
@ -20,6 +20,7 @@ usegcc()
|
|||
-Wno-format-truncation \
|
||||
-fno-omit-frame-pointer \
|
||||
-fsigned-char \
|
||||
-fcommon \
|
||||
"
|
||||
# want to put -fno-optimize-sibling-calls here but
|
||||
# that option only works with gcc3+ it seems
|
||||
|
|
Loading…
Reference in a new issue