File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ ODIR=../../../../bin/$(jplatform64)
10
10
11
11
ifneq (bsd,$(findstring bsd,$(jplatform64)))
12
12
13
+ ifneq (darwin,$(findstring darwin,$(jplatform64)))
14
+
13
15
BACKTRACE_OBJS := \
14
16
atomic.o \
15
17
backtrace.o \
31
33
32
34
endif
33
35
36
+ endif
37
+
34
38
# note: the slowest builds have been placed at the top, to avoid starvation in parallel builds
35
39
# (viavx is still longer than everything else combined--should maybe be broken up into multiple tus...)
36
40
OBJS= \
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ ODIR=../../../../bin/$(jplatform64)
15
15
16
16
ifneq (bsd,$(findstring bsd,$(jplatform64)))
17
17
18
+ ifneq (darwin,$(findstring darwin,$(jplatform64)))
19
+
18
20
BACKTRACE_OBJS := \
19
21
atomic.o \
20
22
backtrace.o \
36
38
37
39
endif
38
40
41
+ endif
42
+
39
43
OBJS= \
40
44
jconsole.o \
41
45
jeload.o \
You can’t perform that action at this time.
0 commit comments