Remove bogus CCSHARED for cc on IRIX 6.x.

This commit is contained in:
Guido van Rossum 1998-04-20 18:51:54 +00:00
parent 2621637835
commit ee21f418b0
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# From configure.in Revision: 1.83
# From configure.in Revision: 1.84
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
@ -1865,7 +1865,7 @@ then
SCO_SV*) CCSHARED="-KPIC -dy -Bdynamic";;
IRIX*/6*) case $CC in
*gcc*) CCSHARED="-shared";;
*) CCSHARED="-shared -all";;
*) CCSHARED="";;
esac;;
esac
fi

View File

@ -314,7 +314,7 @@ then
SCO_SV*) CCSHARED="-KPIC -dy -Bdynamic";;
IRIX*/6*) case $CC in
*gcc*) CCSHARED="-shared";;
*) CCSHARED="-shared -all";;
*) CCSHARED="";;
esac;;
esac
fi