Skip to content

Commit

Permalink
[backend] ppc64 build hosts are able to build for ppc64le and vice versa
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Dec 2, 2013
1 parent e73675e commit 69d6af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/backend/BSCando.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ our %cando = (
'parisc64'=> [ 'hppa64', 'hppa:linux32' ],

'ppc' => [ 'ppc' ],
'ppc64' => [ 'ppc64', 'ppc:powerpc32' ],
'ppc64p7' => [ 'ppc64p7', 'ppc:powerpc32' ],
'ppc64le' => [ 'ppc64le' ],
'ppc64' => [ 'ppc64le', 'ppc64', 'ppc:powerpc32' ],
'ppc64p7' => [ 'ppc64le', 'ppc64p7', 'ppc:powerpc32' ],
'ppc64le' => [ 'ppc64le', 'ppc64' ],

'ia64' => [ 'ia64' ],

Expand Down
1 change: 0 additions & 1 deletion src/backend/BSConfig.pm.template
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ our $relsync_pool = {
"x86_64" => "i586",
"ppc" => "ppc",
"ppc64" => "ppc",
"ppc64p7" => "ppc",
"ppc64le" => "ppc",
"mips" => "mips",
"mips64" => "mips",
Expand Down

0 comments on commit 69d6af4

Please sign in to comment.