Updated FLAGS for 64 bit build.

This commit is contained in:
Janet B. Anderson
2007-12-11 20:50:22 +00:00
parent 79cc983edc
commit b14316865d
2 changed files with 4 additions and 6 deletions

View File

@@ -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

View File

@@ -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