-m64 somehow made opengl headers have conflicting values when compiling.

This commit is contained in:
Campbell Barton
2007-12-21 09:30:37 +00:00
parent 1a475f0dfc
commit 3d24160231

View File

@@ -182,10 +182,10 @@ ifeq ($(OS),solaris)
# CFLAGS += "-fast -xdepend -xarch=v8plus -xO3 -xlibmil -KPIC -DPIC -xchar=unsigned" # CFLAGS += "-fast -xdepend -xarch=v8plus -xO3 -xlibmil -KPIC -DPIC -xchar=unsigned"
# CCFLAGS += "-fast -xdepend -xarch=v8plus -xO3 -xlibmil -xlibmopt -features=tmplife -norunpath -KPIC -DPIC -xchar=unsigned" # CCFLAGS += "-fast -xdepend -xarch=v8plus -xO3 -xlibmil -xlibmopt -features=tmplife -norunpath -KPIC -DPIC -xchar=unsigned"
ifeq ($(findstring 64,$(CPU)), 64) # ifeq ($(findstring 64,$(CPU)), 64)
CFLAGS += -m64 # CFLAGS += -m64
CCFLAGS += -m64 # CCFLAGS += -m64
endif # endif
REL_CFLAGS += -O2 REL_CFLAGS += -O2
REL_CCFLAGS += -O2 REL_CCFLAGS += -O2