From b14316865d0f1dc5fcf78ecb2b7786e91f594088 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 11 Dec 2007 20:50:22 +0000 Subject: [PATCH] Updated FLAGS for 64 bit build. --- configure/os/CONFIG.Common.solaris-sparc64 | 5 ++--- configure/os/CONFIG.Common.solaris-x86_64 | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/configure/os/CONFIG.Common.solaris-sparc64 b/configure/os/CONFIG.Common.solaris-sparc64 index ca95fd374..1c0293d4c 100644 --- a/configure/os/CONFIG.Common.solaris-sparc64 +++ b/configure/os/CONFIG.Common.solaris-sparc64 @@ -10,6 +10,5 @@ # Include definitions common to all solaris-sparc target archs include $(CONFIG)/os/CONFIG.Common.solaris-sparc -ARCH_DEP_CFLAGS += -xarch=generic64 -ARCH_DEP_CXXFLAGS += -xarch=generic64 -ARCH_DEP_LDFLAGS += -xarch=generic64 +ARCH_DEP_CFLAGS += -m64 +ARCH_DEP_LDFLAGS += -m64 diff --git a/configure/os/CONFIG.Common.solaris-x86_64 b/configure/os/CONFIG.Common.solaris-x86_64 index cb3eb08a1..3cced03a3 100644 --- a/configure/os/CONFIG.Common.solaris-x86_64 +++ b/configure/os/CONFIG.Common.solaris-x86_64 @@ -10,6 +10,5 @@ # Include definitions common to all solaris-x86 target archs include $(CONFIG)/os/CONFIG.Common.solaris-x86 -ARCH_DEP_CFLAGS += -xarch=generic64 -ARCH_DEP_CXXFLAGS += -xarch=generic64 -ARCH_DEP_LDFLAGS += -xarch=generic64 +ARCH_DEP_CFLAGS += -m64 +ARCH_DEP_LDFLAGS += -m64