summaryrefslogtreecommitdiff
path: root/coreconf/suffix.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-05-05 12:30:24 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2020-05-05 12:30:24 +0000
commit8d55ac83ed57c82b2784e074751a33fe5e2dc21c (patch)
treecf757455b93d8a5689316c239bb9fe9179e358b3 /coreconf/suffix.mk
parentf9cb815e1ed96aab831de80c82210176287137f5 (diff)
downloadnss-hg-8d55ac83ed57c82b2784e074751a33fe5e2dc21c.tar.gz
Bug 1629553 Rework the LIBRARY_NAME ruleset r=rrelyea
* Drop the WIN% "32" default DLL suffix * Add default resource file handling => drop default RES * Generate IMPORT_LIBRARY based on IMPORT_LIB_SUFFIX and SHARED_LIBRARY, so we can drop all the explicit empty IMPORT_LIBRARY lines Originally this patch also tried to add a default MAPFILE rule, but this fails, because the ARCH makefiles set linker flags based on an existing MAPFILE variable. Differential Revision: https://phabricator.services.mozilla.com/D70369
Diffstat (limited to 'coreconf/suffix.mk')
-rw-r--r--coreconf/suffix.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/coreconf/suffix.mk b/coreconf/suffix.mk
index 584bdf55d..8050e4ac5 100644
--- a/coreconf/suffix.mk
+++ b/coreconf/suffix.mk
@@ -40,11 +40,6 @@ ifndef DYNAMIC_LIB_SUFFIX
DYNAMIC_LIB_SUFFIX = .$(DLL_SUFFIX)
endif
-# WIN% overridese this
-ifndef IMPORT_LIB_SUFFIX
- IMPORT_LIB_SUFFIX =
-endif
-
ifndef STATIC_LIB_SUFFIX_FOR_LINKING
STATIC_LIB_SUFFIX_FOR_LINKING = $(STATIC_LIB_SUFFIX)