Skip to content

Commit

Permalink
Default adhlns off?
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Nov 11, 2021
1 parent 7fa8e53 commit 447ec8f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tmk_core/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,8 @@ LDFLAGS += $(EXTRALDFLAGS)
# files -- see avr-libc docs [FIXME: not yet described there]
# -listing-cont-lines: Sets the maximum number of continuation lines of hex
# dump that will be displayed for a given single line of source input.
GCC_VERSION := $(shell gcc --version 2>/dev/null)
ifneq ($(findstring clang, ${GCC_VERSION}),)
ADHLNS_ENABLE := no
endif

ADHLNS_ENABLE ?= yes
ADHLNS_ENABLE ?= no
ifeq ($(ADHLNS_ENABLE),yes)
# Avoid "Options to '-Xassembler' do not match" - only specify assembler options at LTO link time
ifeq ($(strip $(LTO_ENABLE)), yes)
Expand Down

0 comments on commit 447ec8f

Please sign in to comment.