]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Respect value of $(CC) variable cc 875/head
authorDavid Yeske <dyeske@gmail.com>
Thu, 2 Feb 2023 16:30:29 +0000 (16:30 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 2 Feb 2023 16:30:29 +0000 (16:30 +0000)
commit179e51dfc404fcb0bb6027ae51574ca867236d72
tree8a6fb9e40549ec9892c6f8b6cf98c92399c75ae3
parent8b645eea16fbbc6976f4d34b8e0db94ccbd0e61e
[build] Respect value of $(CC) variable

On FreeBSD the gcc package installs a versioned binary such as
"gcc12".  There is no plain "gcc" binary.

Simplify building on such systems by respecting the $(CC) variable.

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile