Issue 1561333: -xcode=pic32 option is not supported on Solaris x86 Sun C (original) (raw)

Issue1561333

Created on 2006-09-19 10:15 by jlick, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29879 - (view) Author: James Lick (jlick) Date: 2006-09-19 10:15
Python's ./configure script on Solaris systems sets the compiler flag -xcode=pic32 when Sun C is used. Unfortunately, the -xcode flag is only available in the sparc version of Sun C. The x86 version of Sun C does not support the -xcode option at all and generates a warning that an illegal option was used. The portable flag supported on both platforms to use independent 32-bit addressing is -KPIC.
msg29880 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-07 08:02
Superseded by #1675511.
History
Date User Action Args
2022-04-11 14:56:20 admin set github: 43994
2006-09-19 10:15:42 jlick create