]> granicus.if.org Git - python/commit
When building on Solaris and the compiler is GCC, use '$(CC) -G' to
authorGreg Ward <gward@python.net>
Fri, 26 May 2000 12:22:54 +0000 (12:22 +0000)
committerGreg Ward <gward@python.net>
Fri, 26 May 2000 12:22:54 +0000 (12:22 +0000)
commit57c9a663cb4fcb42beb96ba65adde6034eb66279
treec62bce6601d359b1aff0c3093b5be8750a12e81f
parent99d707af476c127cbbb42a914ee0116a8f3cc319
When building on Solaris and the compiler is GCC, use '$(CC) -G' to
create shared extensions rather than 'ld -G'.  This ensures that shared
extensions link against libgcc.a, in case there are any functions in the
GCC runtime not already in the Python core.
configure
configure.in