File tree Expand file tree Collapse file tree 7 files changed +61
-720
lines changed Expand file tree Collapse file tree 7 files changed +61
-720
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: c29a7520e7fb4a5b4d4eccfc594e05793ef6688d
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: e8cc3f26ec998181a883d79c9a668fe55695e681
4
+ refs/heads/snap-stage3: dd55c8003cb9c4b065e8a8e54bbc0496ac0a3dfd
5
5
refs/heads/try: 6601b0501e31d08d3892a2d5a7d8a57ab120bf75
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -284,15 +284,16 @@ endif
284
284
# ./configure script. This is done to force libbacktrace to *not* use the
285
285
# atomic/sync functionality because it pulls in unnecessary dependencies and we
286
286
# never use it anyway.
287
+ $$(BACKTRACE_BUILD_DIR_$(1 ) ) /Makefile : \
288
+ export CFLAGS:=$$(CFG_GCCISH_CFLAGS_$(1 ) :-Werror= ) \
289
+ -fno-stack-protector
290
+ $$(BACKTRACE_BUILD_DIR_$(1 ) ) /Makefile : export CC:=$$(CC_$(1 ) )
291
+ $$(BACKTRACE_BUILD_DIR_$(1 ) ) /Makefile : export AR:=$$(AR_$(1 ) )
292
+ $$(BACKTRACE_BUILD_DIR_$(1 ) ) /Makefile : export RANLIB:=$$(AR_$(1 ) ) s
287
293
$$(BACKTRACE_BUILD_DIR_$(1 ) ) /Makefile : $$(BACKTRACE_DEPS ) $$(MKFILE_DEPS )
288
- @$$(call E, configure: libbacktrace for $(1 ) )
289
294
$$(Q ) rm -rf $$(BACKTRACE_BUILD_DIR_$(1 ) )
290
295
$$(Q ) mkdir -p $$(BACKTRACE_BUILD_DIR_$(1 ) )
291
296
$$(Q ) (cd $$ (BACKTRACE_BUILD_DIR_$( 1) ) && \
292
- CC=" $$ (CC_$( 1) )" \
293
- AR=" $$ (AR_$( 1) )" \
294
- RANLIB=" $$ (AR_$( 1) ) s" \
295
- CFLAGS=" $$ (CFG_GCCISH_CFLAGS_$( 1) :-Werror=) -fno-stack-protector" \
296
297
$(S ) src/libbacktrace/configure --target=$(1 ) --host=$(CFG_BUILD ) )
297
298
$$(Q ) echo ' #undef HAVE_ATOMIC_FUNCTIONS' >> \
298
299
$$(BACKTRACE_BUILD_DIR_$(1 ) ) /config.h
You can’t perform that action at this time.
0 commit comments