svn commit: r293724 - in head/sys/boot: arm64/libarm64 common efi/boot1 efi/fdt efi/include efi/include/arm64 efi/libefi efi/loader efi/loader/arch/amd64 efi/loader/arch/arm efi/loader/arch/arm64 i...

Ian Lepore ian at freebsd.org
Wed Jan 13 01:34:24 UTC 2016


On Wed, 2016-01-13 at 01:17 +0000, Steven Hartland wrote:
> 
> On 13/01/2016 00:54, Ian Lepore wrote:
> > [...]
> 
> Could you detail detail how you're switching to gcc so I an run a
> full pass on that too?
> 
> 	Regards
> 	Steve
> 
> 

I have this in the make.conf I use for this particular arm build...

WITH_GCC=yes
WITH_GNUCXX=yes
WITH_GCC_BOOTSTRAP=yes
WITHOUT_CLANG=yes
WITHOUT_CLANG_IS_CC=yes
WITHOUT_CLANG_BOOTSTRAP=yes

If nothing else, it'll remind you of how fast a buildworld *used* to
be. ;)

-- Ian


More information about the svn-src-head mailing list