]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix DevicePath GNUmakefile for macOS edk2-stable202208
authorRebecca Cran <rebecca@bsdio.com>
Fri, 26 Aug 2022 01:31:46 +0000 (09:31 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 28 Aug 2022 04:11:48 +0000 (04:11 +0000)
commitba0e0e4c6a174b71b18ccd6e47319cc45878893c
tree0adbfa2e0f22d457b29beec59196057bfb191212
parent39ff9769cad9d3f6b644456efcd0373a4c8452a1
BaseTools: Fix DevicePath GNUmakefile for macOS

On macOS, /usr/bin/gcc is clang, and so doesn't have
the -Wno-error=stringop-overflow flag that was added
for gcc 12.
Update the GNUmakefile for DevicePath to skip setting
that on macOS.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
BaseTools/Source/C/DevicePath/GNUmakefile