components/samba/mozldap/patches/64bit_build_options.patch
author pkidd <patrick.kidd@oracle.com>
Wed, 13 Jul 2016 09:31:29 -0700
branchs11u3-sru
changeset 6406 42eff29ff9ca
parent 264 84a67a54e8fd
permissions -rw-r--r--
Added tag 0.175.3.11.0.2.0, S11.3SRU11.2 for changeset f0f0d240d640

# 6.0.6: path is mozilla/directory/c-sdk/configure.in
# 6.0.7: path is changed to c-sdk/configure.in

--- c-sdk/configure.in	Tue Feb 16 10:21:41 2010
+++ c-sdk/configure.in	Tue Feb 16 10:28:27 2010
@@ -5511,13 +5511,8 @@
     	DSO_LDOPTS='-G -h $(notdir $@)'
         DSO_CFLAGS=-KPIC
     	if test -n "$USE_64"; then
-    		if test "$OS_TEST" = "i86pc"; then
-    			CC="$CC -xarch=amd64"
-            	CXX="$CXX -xarch=amd64"
-            else
-            	CC="$CC -xarch=v9"
-            	CXX="$CXX -xarch=v9"
-            fi
+		CC="$CC -m64"
+            	CXX="$CXX -m64"
         fi
         CC="$CC -xstrconst"
         if test -z "$MOZ_OPTIMIZE"; then