mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 11:38:08 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user