remove the LIBSUFFIX setup since the x86_64 directory serves already as

discriminator.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-08-24 11:27:33 +02:00
parent ac879caa46
commit 01d029f282

View File

@ -164,9 +164,6 @@ LIB64SUFFIX = $(if $(filter $(OSARCH),x86_64 sparc64 ppc64),64,)
else ifneq ($(DEBIANISH),) else ifneq ($(DEBIANISH),)
LIB64SUFFIX = $(if $(filter $(OSARCH),x86_64 sparc64 ppc64),/x86_64-linux-gnu,) LIB64SUFFIX = $(if $(filter $(OSARCH),x86_64 sparc64 ppc64),/x86_64-linux-gnu,)
endif endif
ifeq ($(findstring Cygwin,$(POCO_HOST_OSNAME)),Cygwin)
LIB64SUFFIX = $(if $(filter $(OSARCH),x86_64),64,)
endif
# Default static lib extension # Default static lib extension
STATICLIBLINKEXT = .a STATICLIBLINKEXT = .a