mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18938 from benpicco/make_extraneous_text
makefiles/gnu.inc.mk: fix "extraneous text after 'ifneq' directive"
This commit is contained in:
commit
4ffa4112d4
@ -26,7 +26,7 @@ OBJDUMP ?= $(_OBJDUMP)
|
||||
GCC_VERSION := $(shell $(CC) -dumpversion | cut -d . -f 1)
|
||||
|
||||
# -fmacro-prefix-map requires GCC 8
|
||||
ifneq (8, $(firstword $(shell echo 8 $(GCC_VERSION) | tr ' ' '\n' | sort -n))))
|
||||
ifneq (8, $(firstword $(shell echo 8 $(GCC_VERSION) | tr ' ' '\n' | sort -n)))
|
||||
OPTIONAL_CFLAGS_BLACKLIST += -fmacro-prefix-map=$(RIOTBASE)/=
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user