1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Start running amd64 builds on 9ball.

This commit is contained in:
Dag-Erling Smørgrav 2003-05-01 14:14:54 +00:00
parent 4a505cd557
commit 4c4e02c542
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114416

View File

@ -68,6 +68,7 @@ my %CONFIGS = (
'BRANCHES' => [ 'CURRENT' ], 'BRANCHES' => [ 'CURRENT' ],
'TARGETS' => [ 'world', 'generic' ], 'TARGETS' => [ 'world', 'generic' ],
'ARCHES' => { 'ARCHES' => {
'amd64' => [ 'amd64' ],
'powerpc' => [ 'powerpc' ], 'powerpc' => [ 'powerpc' ],
}, },
'ENV' => [ 'MAKE_KERBEROS5=YES', 'ENV' => [ 'MAKE_KERBEROS5=YES',