Rename mapfile for Solaris

This commit is contained in:
Jeffrey Walton 2017-11-12 22:48:51 -05:00
parent 6fa0d8429d
commit dd1484800c
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -458,7 +458,7 @@ endif
ifeq ($(IS_SUN)$(SUN_COMPILER),11)
ifneq ($(IS_X86)$(IS_X32)$(IS_X64),000)
ifeq ($(findstring -DCRYPTOPP_DISABLE_ASM,$(CXXFLAGS)),)
LDFLAGS += -M cryptest.mapfile
LDFLAGS += -M cryptopp.mapfile
endif # No CRYPTOPP_DISABLE_ASM
endif # X86/X32/X64
endif # SunOS