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.
G
Greg Ward committed
57c9a663cb4fcb42beb96ba65adde6034eb66279
Parent: 99d707a