me
/
guix
Archived
1
0
Fork 0

hydra: Add "powerpc-linux-gnu" as a cross-compilation target.

* build-aux/hydra/gnu-system.scm (%cross-targets): Add
"powerpc-linux-gnu".
master
Ludovic Courtès 2017-01-05 00:00:59 +01:00
parent 4a6f099e2c
commit 9410a5aa91
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -123,7 +123,8 @@ SYSTEM."
(define %cross-targets
'("mips64el-linux-gnu"
"mips64el-linux-gnuabi64"
"arm-linux-gnueabihf"))
"arm-linux-gnueabihf"
"powerpc-linux-gnu"))
(define (demo-os)
"Return the \"demo\" 'operating-system' structure."