Fix OSARCH_64BTIS

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-11-17 10:32:05 +01:00
parent 5e1e3281ea
commit d53bee6b70

View File

@ -46,7 +46,7 @@ IMPLIBLINKEXT = .dll.a
CFLAGS =
CFLAGS32 =
CFLAGS64 =
CXXFLAGS = -DPOCO_NO_FPENVIRONMENT -DPOCO_NO_WSTRING
CXXFLAGS = -Wa,-mbig-obj -DPOCO_NO_FPENVIRONMENT -DPOCO_NO_WSTRING
CXXFLAGS32 =
CXXFLAGS64 = -Wa,-mbig-obj
SHLIBFLAGS = -Wl,--out-implib=$(dir $@)$(subst cyg,lib,$(notdir $@)).a -Wl,--export-all-symbols -Wl,--enable-auto-import
@ -83,10 +83,9 @@ SYSFLAGS += -D__BSD_VISIBLE
#
SYSLIBS =
ifndef OSARCH_64BITS
ifeq ($(findstring x86_64,$(shell uname -m)),x86_64)
OSARCH_64BITS = 1
else
OSARCH_64BITS = 0
endif
endif
# commented out until OSARCH_POSTFIX be fixed
#ifeq ($(findstring x86_64,$(shell uname -m)),x86_64)
# OSARCH_64BITS = 1
#else
# OSARCH_64BITS = 0
#endif