make/bsd/makefiles/vm.make

changeset 9819
cd47e690607d
parent 9634
d1520f0c3524
child 9852
70aa912cebe5
child 9896
1b8c45b8216a
equal deleted inserted replaced
9818:e67abc2d032f 9819:cd47e690607d
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