mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 08:37:38 +01:00
Build bt and exc programs only during native builds.
(Logical change 1.5)
This commit is contained in:
parent
f275c38236
commit
fcb6a7d272
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
CPPFLAGS = -I../../include
|
CPPFLAGS = -I../../include
|
||||||
CFLAGS = -g -O -Wall
|
CFLAGS = -g -O -Wall
|
||||||
|
|
||||||
PROGS = bt exc
|
local_PROGS = bt exc
|
||||||
|
|
||||||
|
ifeq ($(ARCH),$(HOSTARCH))
|
||||||
|
PROGS += $(local_PROGS)
|
||||||
|
endif
|
||||||
|
|
||||||
all: $(PROGS)
|
all: $(PROGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue