mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Richard Jones: I think we can be confident in using 'CC="-Aa
-D_HPUX_SOURCE"' on HP 9.x and 10.x platforms.
This commit is contained in:
parent
1bf0bf40b4
commit
8456161fcd
@ -82,6 +82,13 @@ fi
|
||||
|
||||
AC_PROG_CC
|
||||
|
||||
case $ac_sys_system in
|
||||
hp*|HP*)
|
||||
case $CC in
|
||||
cc|*/cc) CC="$CC -Aa -D_HPUX_SOURCE";;
|
||||
esac;;
|
||||
esac
|
||||
|
||||
# LINKCC is the command that links the python executable -- default is $(CC).
|
||||
# This is altered for AIX in order to build the export list before linking.
|
||||
AC_SUBST(LINKCC)
|
||||
|
Loading…
Reference in New Issue
Block a user