mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
compile with -std=c99
This commit is contained in:
parent
0d67ed54f7
commit
7490577f6a
2 changed files with 4 additions and 0 deletions
|
@ -1458,6 +1458,8 @@ then
|
|||
SCO_SV*) OPT="$OPT -m486 -DSCO5"
|
||||
;;
|
||||
esac
|
||||
|
||||
OPT="$OPT -std=c99"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue