< prev index next >

make/linux/makefiles/vm.make

Print this page
@  rev 8952 : 8219772: EXTRA_CFLAGS not being picked up for assembler files
|  Reviewed-by: duke
~

*** 119,128 **** --- 119,129 ---- # Do not use C++ exception handling CFLAGS += $(CFLAGS/NOEX) # Extra flags from gnumake's invocation or environment + ASFLAGS += $(EXTRA_CFLAGS) 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
< prev index next >