From 3b0273885b9b6cab82ad320b27746632b3acc748 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 23 Sep 2014 10:12:17 +0200 Subject: gnu: linux-libre: Work around GCC 4.8.3 ICE. * gnu/packages/linux.scm (linux-libre)[inputs]: New field. --- gnu/packages/linux.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 561275c05f..3e19c35f03 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -24,6 +24,7 @@ (define-module (gnu packages linux) #:hide (zlib)) #:use-module (gnu packages) #:use-module ((gnu packages compression) #:prefix guix:) + #:use-module (gnu packages gcc) #:use-module (gnu packages flex) #:use-module (gnu packages bison) #:use-module (gnu packages gperf) @@ -275,6 +276,11 @@ (define-public linux-libre (if conf `(("kconfig" ,conf)) '())))) + + ;; XXX: Work around an ICE with our patched GCC 4.8.3 while compiling + ;; 'drivers/staging/vt6656/michael.o': . + (inputs `(("gcc" ,gcc-4.9))) + (arguments `(#:modules ((guix build gnu-build-system) (guix build utils) -- cgit v1.2.3