guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: i686-linux GCC package on x86_64


From: Pierre Neidhardt
Subject: Re: i686-linux GCC package on x86_64
Date: Mon, 14 Oct 2019 17:44:45 +0200

Fantastic, thank you for keeping up with all my annoying questions! ;)

cross-gcc and cross-libc are exported, so no need for @@.

Final answer for posterity:

--8<---------------cut here---------------start------------->8---
(define-public gcc32
  (package
    (inherit (cross-gcc "i686-unknown-linux-gnu"
              #:libc (cross-libc "i686-unknown-linux-gnu")))
    (name "gcc32")
    (properties (alist-delete 'hidden? (package-properties gcc)))))
--8<---------------cut here---------------end--------------->8---

Cheers!

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]