File tree Expand file tree Collapse file tree 12 files changed +22
-11
lines changed
LibOSXUnwind.v0.0.6-0.x86_64-apple-darwin14.tar.gz
libosxunwind-0.0.5.tar.gz
libosxunwind-0.0.6.tar.gz Expand file tree Collapse file tree 12 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -940,17 +940,17 @@ LIBUNWIND:=
940
940
else
941
941
ifeq ($(USE_SYSTEM_LIBUNWIND ), 1 )
942
942
ifneq ($(OS ), Darwin )
943
- LIBUNWIND := -lunwind - generic - lunwind
943
+ LIBUNWIND := -lunwind
944
944
# Only for linux since we want to use not yet released libunwind features
945
945
JCFLAGS += -DSYSTEM_LIBUNWIND
946
946
JCPPFLAGS += -DSYSTEM_LIBUNWIND
947
947
endif
948
948
else
949
949
ifeq ($(OS ), Darwin )
950
- LIBUNWIND := $( build_libdir )/ libosxunwind . a
950
+ LIBUNWIND := - losxunwind
951
951
JCPPFLAGS += -DLIBOSXUNWIND
952
952
else
953
- LIBUNWIND := $( build_libdir )/ libunwind - generic . a $( build_libdir )/ libunwind . a
953
+ LIBUNWIND := - lunwind
954
954
endif
955
955
endif
956
956
endif
@@ -1206,12 +1206,12 @@ OSLIBS += -lelf -lkvm -lrt -lpthread
1206
1206
OSLIBS += -lgcc_s
1207
1207
1208
1208
OSLIBS += -Wl , --export -dynamic -Wl , --version -script = $(JULIAHOME )/src /julia . expmap \
1209
- $(NO_WHOLE_ARCHIVE ) $( LIBUNWIND )
1209
+ $(NO_WHOLE_ARCHIVE )
1210
1210
endif
1211
1211
1212
1212
ifeq ($(OS ), Darwin )
1213
1213
SHLIB_EXT := dylib
1214
- OSLIBS += -framework CoreFoundation $( LIBUNWIND )
1214
+ OSLIBS += -framework CoreFoundation
1215
1215
WHOLE_ARCHIVE := -Xlinker -all_load
1216
1216
NO_WHOLE_ARCHIVE :=
1217
1217
JLDFLAGS :=
Original file line number Diff line number Diff line change @@ -181,6 +181,11 @@ endif
181
181
ifeq ($(USE_LLVM_SHLIB ) ,1)
182
182
JL_PRIVATE_LIBS-$(USE_SYSTEM_LLVM) += libLLVM libLLVM-9jl
183
183
endif
184
+ ifeq ($(OS ) ,Darwin)
185
+ JL_PRIVATE_LIBS-$(USE_SYSTEM_LIBUNWIND) += libosxunwind
186
+ else
187
+ JL_PRIVATE_LIBS-$(USE_SYSTEM_LIBUNWIND) += libunwind
188
+ endif
184
189
185
190
ifeq ($(USE_SYSTEM_LIBM ) ,0)
186
191
JL_PRIVATE_LIBS-$(USE_SYSTEM_OPENLIBM) += libopenlibm
Original file line number Diff line number Diff line change @@ -157,7 +157,11 @@ ifneq ($(OS), WINNT)
157
157
DEP_LIBS += libwhich
158
158
endif
159
159
160
- DEP_LIBS_STAGED := $(filter-out suitesparse-wrapper osxunwind,$(DEP_LIBS ) ) # unlist targets that have not been converted to use the staged-install
160
+ # unlist targets that have not been converted to use the staged-install
161
+ DEP_LIBS_STAGED := $(filter-out suitesparse-wrapper,$(DEP_LIBS ) )
162
+ ifneq ($(USE_BINARYBUILDER_LIBUNWIND ) ,1)
163
+ DEP_LIBS_STAGED := $(filter-out osxunwind,$(DEP_LIBS ) )
164
+ endif
161
165
162
166
163
167
# # Common build target prefixes
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ OPENLIBM_VER = 0.7.0
13
13
OPENLIBM_BB_REL = 0
14
14
UNWIND_VER = 1.3.1
15
15
UNWIND_BB_REL = 4
16
- OSXUNWIND_VER = 0.0.5
16
+ OSXUNWIND_VER = 0.0.6
17
17
OSXUNWIND_BB_REL = 0
18
18
GMP_VER = 6.2.0
19
19
GMP_BB_REL = 1
Original file line number Diff line number Diff line change
1
+ 57ee184943cd407bcb0d19d0f8616565
Original file line number Diff line number Diff line change
1
+ b46997d83216da569a2337e4ff7da60e3332c9323b60ce2d9352ea0f84aff1b5d7cc849e20c5de387c422d9cb07b4d064b73a278f11d9dadfa6d2f9b28c5fde2
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ 62ce12eb88867fe3974904dbf06fb8e9
Original file line number Diff line number Diff line change
1
+ 901d1d0e9826b9e691991932897dac3185cd72e668658a319ba71a7f4ab6ac7ae328aa7e67d4c5cbce1a1b7a306d98a754544e8a7530a82d00406e9e42761425
You can’t perform that action at this time.
0 commit comments