summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2014-01-02 15:29:15 +1100
committerPaul Mackerras <paulus@samba.org>2014-01-02 15:29:15 +1100
commit99c46caaed01b7edba87962aa52b77fad61bfd7b (patch)
tree1b033a540db74b57df3ad9f3829706112b19635d /configure
parenta243f217f1c6ac1aa7793806bc88590d077f490a (diff)
config: Update Solaris compiler options and enable CHAPMS and IPV6
As suggested by James Carlson. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 56816b8..6a55e0f 100755
--- a/configure
+++ b/configure
@@ -44,7 +44,7 @@ case $system in
/opt/SUNWspro/bin/cc -flags >/dev/null 2>&1; then
if [ "$archvariant" = "-64x" ]; then
( cd /tmp; echo "int x;" > ppp$$.c
- /opt/SUNWspro/bin/cc -c -errwarn -xchip=opteron -xarch=amd64 ppp$$.c >/dev/null 2>&1 || (
+ /opt/SUNWspro/bin/cc -c -errwarn -xchip=opteron -m64 ppp$$.c >/dev/null 2>&1 || (
echo "WorkShop C is unable to make 64 bit modules, and your $karch system needs"
echo "them. Consider upgrading cc on this machine."
rm -f ppp$$.c