BUILD: makefile: fix expression again to detect ARM platform
authorWilly Tarreau <w@1wt.eu>
Wed, 18 Mar 2020 07:20:45 +0000 (08:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 18 Mar 2020 07:21:57 +0000 (08:21 +0100)
commit48e8603a9c3b5b2509511665cb58d3bde8dfdb65
tree76348683b5817799b91f61186c0381b69f7595b3
parentb584b4475be09a20dea07f35c605487a1b73425e
BUILD: makefile: fix expression again to detect ARM platform

I messed up the fix in 67b095e ("BUILD: makefile: fix regex syntax in
ARM platform detection"), I tried it by hand in the shell without "-v"
but left it in the expression. It works on ARM because it only finds
lines starting with '#' but on other platforms it insists for -latomic.
Makefile