]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: move the compiler option detection stuff to compiler.mk
authorWilly Tarreau <w@1wt.eu>
Thu, 17 Nov 2022 08:02:56 +0000 (09:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Nov 2022 09:56:35 +0000 (10:56 +0100)
commit2fd6dbfb0df4497a39ebb0f13f61ec09e485d266
treef25dd596053ffab1f5a4bd611b72b4a41d9a2c49
parent8b5a998c9c1d77cac9755aaa0a853ba2cf0aef02
BUILD: makefile: move the compiler option detection stuff to compiler.mk

There's quite a large barely readable functions block in the makefile
dedicated to compiler option support. It provides no value here and
makes it harder to find user-configurable stuff, so let's move it to
include/make/compiler.mk to keep the makefile a bit cleaner. It's better
to keep the options themselves in the makefile however.
Makefile
include/make/compiler.mk [new file with mode: 0644]