make/bsd/makefiles/vm.make

changeset 9852
70aa912cebe5
parent 9637
eef07cd490d4
parent 9819
cd47e690607d
child 9931
fd44df5e3bc3
equal deleted inserted replaced
9809:8486f0c4b7c3 9852:70aa912cebe5
119 CFLAGS += $(CFLAGS/NOEX) 119 CFLAGS += $(CFLAGS/NOEX)
120 120
121 # Extra flags from gnumake's invocation or environment 121 # Extra flags from gnumake's invocation or environment
122 CFLAGS += $(EXTRA_CFLAGS) 122 CFLAGS += $(EXTRA_CFLAGS)
123 LFLAGS += $(EXTRA_CFLAGS) $(EXTRA_LDFLAGS) 123 LFLAGS += $(EXTRA_CFLAGS) $(EXTRA_LDFLAGS)
124 ASFLAGS += $(EXTRA_ASFLAGS)
124 125
125 # Don't set excutable bit on stack segment 126 # Don't set excutable bit on stack segment
126 # the same could be done by separate execstack command 127 # the same could be done by separate execstack command
127 # Darwin is non-executable-stack by default 128 # Darwin is non-executable-stack by default
128 ifneq ($(OS_VENDOR), Darwin) 129 ifneq ($(OS_VENDOR), Darwin)

mercurial