mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs-dev.mk, defs-dist.mk, defs.mk: Add support for BREAK_ABI compile option
This commit is contained in:
parent
26282397cd
commit
fd374bab3c
3 changed files with 8 additions and 1 deletions
|
|
@ -583,6 +583,11 @@ ifeq ($(USE_MPATROL),true)
|
|||
LDFLAGS += -lmpatrolmt -lbfd -liberty
|
||||
endif
|
||||
|
||||
ifeq ($(BREAK_ABI),true)
|
||||
CFLAGS += -D_BREAK_ABI_
|
||||
CPPFLAGS += -D_BREAK_ABI_
|
||||
endif
|
||||
|
||||
ifeq ($(USE_STACK_CHECK),true)
|
||||
CFLAGS += -fstack-check
|
||||
CPPFLAGS += -fstack-check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue