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.
