1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/toolchain
Benjamin Valentin 826b2ae232 makefiles/gnu.inc.mk: fix "extraneous text after 'ifneq' directive"
When trying to compile `examples/hello-world` on my 465 MHz Mendocino
I got

/home/benpicco/dev/RIOT/makefiles/toolchain/gnu.inc.mk:29: extraneous text after 'ifneq' directive

Turns out the version of `make` on Archlinux32 is newer than that in
Ubuntu 22.04, which somehow ignored the extra parenthesis.

Turns out this (t)rusty old machine is still good for writing patches :D
2022-11-20 14:53:34 +01:00
..
afl.inc.mk makefiles/toolchain: don't export all variables 2020-06-24 11:00:54 +02:00
gnu.inc.mk makefiles/gnu.inc.mk: fix "extraneous text after 'ifneq' directive" 2022-11-20 14:53:34 +01:00
llvm.inc.mk build system: support wrong target triples with LLVM 2021-02-11 17:19:15 +01:00