mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Chris Herborth: the new compiler in R4.1 needs some new options to work...
This commit is contained in:
parent
e7de2061b4
commit
6b9da45969
4 changed files with 266 additions and 254 deletions
|
@ -53,7 +53,10 @@ case $BE_HOST_CPU in
|
|||
# Boy, do we need a lot of crap...
|
||||
GLUE_LOC=/boot/develop/lib/ppc
|
||||
GLUE="${GLUE_LOC}/glue-noinit.a ${GLUE_LOC}/init_term_dyn.o"
|
||||
CC="mwcc -xms -export pragma -nodup"
|
||||
case $(uname -r) in
|
||||
4.0*) CC="mwcc -xms -export pragma -nodup" ;;
|
||||
*) CC="mwcc -shared -export pragma -nodup" ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
x86)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue