Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 922147 | Differences between
and this patch

Collapse All | Expand All

(-)a/make/hotspot/lib/JvmMapfile.gmk (-1 / +1 lines)
Lines 53-59 Link Here
53
# platform dependent.
53
# platform dependent.
54
54
55
ifeq ($(call isTargetOs, linux), true)
55
ifeq ($(call isTargetOs, linux), true)
56
  DUMP_SYMBOLS_CMD := $(NM) --defined-only *.o
56
  DUMP_SYMBOLS_CMD := $(NM) --defined-only --extern-only *.o
57
  ifneq ($(FILTER_SYMBOLS_PATTERN), )
57
  ifneq ($(FILTER_SYMBOLS_PATTERN), )
58
    FILTER_SYMBOLS_PATTERN := $(FILTER_SYMBOLS_PATTERN)|
58
    FILTER_SYMBOLS_PATTERN := $(FILTER_SYMBOLS_PATTERN)|
59
  endif
59
  endif

Return to bug 922147