On Sun, Jul 16, 2017 at 08:11:21AM -0600, Robert Nagy wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2017/07/16 08:11:21 > > Added files: > sysutils/firmware/vmm/patches: patch-Makefile > > Log message: > For gcc stack alignment is specified with -mpreferred-stack-boundary, > clang has the option -mstack-alignment for that purpose, so check what > the compiler supports and use that flag. > This does not fix the build of seabios with clang but moves us forward > a bit to the next error.
Considering the seabios is one of the very few ports that has issues with an eventual move to clang, I consider this to be a very good thing. Thanks robert !
