~ruther/guix-local

de00dc3251eec1fe45df5c44938f01f1e5ce1ed6 — Efraim Flashner 7 months ago f369967
gnu: gcc-4.8: Fix supported systems list.

* gnu/packages/gcc.scm (gcc-4.8)[supported-systems]: Re-add
powerpc64le-linux.

Change-Id: I7cb69a6320fb19b2cbc07c1099f6937f351948ff
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/gcc.scm
M gnu/packages/gcc.scm => gnu/packages/gcc.scm +1 -2
@@ 523,8 523,7 @@ Go.  It also includes runtime support libraries for these languages.")
                               "environment variable `CPLUS_INCLUDE_PATH' changed to ~a~%"
                               (getenv "CPLUS_INCLUDE_PATH")))))))))))
    (supported-systems (fold delete %supported-systems
                             '("riscv64-linux" "powerpc64le-linux"
                               "x86_64-gnu")))
                             '("riscv64-linux" "x86_64-gnu")))
    (inputs
     (modify-inputs (package-inputs gcc-base)
       (prepend isl-0.11 cloog)))))