K 10 svn:author V 6 emaste K 8 svn:date V 27 2014-04-07T00:49:15.911792Z K 7 svn:log V 455 Do not build the amd64 UEFI loader with GCC The UEFI loader causes buildworld to fail when building with (in-tree) GCC, due to a typedef redefinition. As it happens the in-tree GCC cannot successfully build the UEFI loader anyhow, as it does not support __attribute__((ms_abi)). Thus, just avoid trying to build it with GCC, rather than disconnecting it from the build until the underlying issue is fixed. Sponsored by: The FreeBSD Foundation END