build: make clang the default compiler for build targets 73/42373/8
authorDave Wallace <[email protected]>
Sat, 15 Feb 2025 01:53:47 +0000 (20:53 -0500)
committerFlorin Coras <[email protected]>
Tue, 18 Feb 2025 22:56:47 +0000 (22:56 +0000)
commitaa4dfccc98dce64393f390201ea49152d2cb9d87
tree4169bac0a02456abc5ac75b4dc2dce03e69d2601
parent8b76a623446129596c7c44c5c65651bfbefb6c2d
build: make clang the default compiler for build targets

- fixes compiler version for hs-test and other CI jobs which
  default to CC=cc in make
- not all build targets compile successfully with clang (e.g.
  libmemif, xdp-tools) which are hard-coded to use gcc for now

Type: fix

Change-Id: I505e67a08687f17fd4e26e1a3c236fb7c54ff49d
Signed-off-by: Dave Wallace <[email protected]>
Makefile
build-root/Makefile
build/external/packages/xdp-tools.mk