mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
kill old comment
This commit is contained in:
parent
3dc22e8770
commit
14ed6134f7
1 changed files with 0 additions and 8 deletions
|
@ -1736,14 +1736,6 @@ then
|
||||||
Linux*|GNU*) LINKFORSHARED="-Xlinker -export-dynamic";;
|
Linux*|GNU*) LINKFORSHARED="-Xlinker -export-dynamic";;
|
||||||
# -u libsys_s pulls in all symbols in libsys
|
# -u libsys_s pulls in all symbols in libsys
|
||||||
Darwin/*)
|
Darwin/*)
|
||||||
# -u _PyMac_Error is needed to pull in the mac toolbox glue,
|
|
||||||
# which is
|
|
||||||
# not used by the core itself but which needs to be in the core so
|
|
||||||
# that dynamically loaded extension modules have access to it.
|
|
||||||
# -prebind is no longer used, because it actually seems to give a
|
|
||||||
# slowdown in stead of a speedup, maybe due to the large number of
|
|
||||||
# dynamic loads Python does.
|
|
||||||
|
|
||||||
LINKFORSHARED="$extra_undefs -framework CoreFoundation"
|
LINKFORSHARED="$extra_undefs -framework CoreFoundation"
|
||||||
if test "$enable_framework"
|
if test "$enable_framework"
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue