]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits object...
authorJesus Cea <jcea@jcea.es>
Wed, 16 Mar 2011 19:37:54 +0000 (20:37 +0100)
committerJesus Cea <jcea@jcea.es>
Wed, 16 Mar 2011 19:37:54 +0000 (20:37 +0100)
configure
configure.in

index 1ef57d06bc7e3bbbf3088234bac5078d882a999d..90ad156601b371aa649c9fbb00e309a8fec5d4c0 100755 (executable)
--- a/configure
+++ b/configure
@@ -769,7 +769,8 @@ CFLAGS
 LDFLAGS
 LIBS
 CPPFLAGS
-CPP'
+CPP
+CPPFLAGS'
 
 
 # Initialize some variables set by options.
@@ -7551,8 +7552,8 @@ then
        IRIX*/6*) LDSHARED="ld ${SGI_ABI} -shared -all";;
        SunOS/5*)
                if test "$GCC" = "yes"
-               then LDSHARED='$(CC) -shared'
-               else LDSHARED='$(CC) -G';
+               then LDSHARED='$(CC) -shared $(LDFLAGS)'
+               else LDSHARED='$(CC) -G $(LDFLAGS)';
                fi ;;
        hp*|HP*)
                if test "$GCC" = "yes"
index 3c6bd6f1a90cfeb02ca10faa90dc67711c219c7b..9b7a5a7f7008b256c129e3643f68b1a93093ac84 100644 (file)
@@ -1758,8 +1758,8 @@ then
        IRIX*/6*) LDSHARED="ld ${SGI_ABI} -shared -all";;
        SunOS/5*) 
                if test "$GCC" = "yes"
-               then LDSHARED='$(CC) -shared'
-               else LDSHARED='$(CC) -G';
+               then LDSHARED='$(CC) -shared $(LDFLAGS)'
+               else LDSHARED='$(CC) -G $(LDFLAGS)';
                fi ;;
        hp*|HP*)
                if test "$GCC" = "yes"