< prev index next >

make/bsd/makefiles/vm.make

Print this page
@  rev 8663 : 8205104: EXTRA_LDFLAGS not consistently being used
|  Summary: Add EXTRA_LDFLAGS to linker flags for relevant libraries.
~  Reviewed-by: duke

*** 117,127 **** # Do not use C++ exception handling CFLAGS += $(CFLAGS/NOEX) # Extra flags from gnumake's invocation or environment CFLAGS += $(EXTRA_CFLAGS) ! LFLAGS += $(EXTRA_CFLAGS) # Don't set excutable bit on stack segment # the same could be done by separate execstack command # Darwin is non-executable-stack by default ifneq ($(OS_VENDOR), Darwin) --- 117,127 ---- # Do not use C++ exception handling CFLAGS += $(CFLAGS/NOEX) # Extra flags from gnumake's invocation or environment CFLAGS += $(EXTRA_CFLAGS) ! LFLAGS += $(EXTRA_CFLAGS) $(EXTRA_LDFLAGS) # Don't set excutable bit on stack segment # the same could be done by separate execstack command # Darwin is non-executable-stack by default ifneq ($(OS_VENDOR), Darwin)
< prev index next >