make/bsd/makefiles/saproc.make

changeset 7637
10c237e58446
parent 7562
0e1aa319e805
child 7994
04ff2f6cd0eb
child 9330
f175513c2c3a
equal deleted inserted replaced
7636:fdde6a70ea85 7637:10c237e58446
108 endif 108 endif
109 109
110 110
111 ifneq ($(OS_VENDOR), Darwin) 111 ifneq ($(OS_VENDOR), Darwin)
112 SA_LFLAGS = $(MAPFLAG:FILENAME=$(SAMAPFILE)) 112 SA_LFLAGS = $(MAPFLAG:FILENAME=$(SAMAPFILE))
113 else
114 # bring in minimum version argument or we'll fail on OSX 10.10
115 SA_LFLAGS = $(LFLAGS)
113 endif 116 endif
114 SA_LFLAGS += $(LDFLAGS_HASH_STYLE) 117 SA_LFLAGS += $(LDFLAGS_HASH_STYLE)
115 118
116 BOOT_JAVA_INCLUDES = -I$(BOOT_JAVA_HOME)/include \ 119 BOOT_JAVA_INCLUDES = -I$(BOOT_JAVA_HOME)/include \
117 -I$(BOOT_JAVA_HOME)/include/$(shell uname -s | tr "[:upper:]" "[:lower:]") 120 -I$(BOOT_JAVA_HOME)/include/$(shell uname -s | tr "[:upper:]" "[:lower:]")

mercurial