Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information