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: Thu, 10 Oct 2019 15:34:46 +0200

Mathieu Othacehe <address@hidden> writes:

> --8<---------------cut here---------------start------------->8---
>     (native-inputs
>      `(,@(if (not (string-prefix? "i686" (%current-system)))
>            `(("cross-gcc" ,(cross-gcc "i686-unknown-linux-gnu"))
>              ("cross-binutils" ,(cross-binutils "i686-unknown-linux-gnu")))
>            '())))
> --8<---------------cut here---------------end--------------->8---

Thanks!

This works but cross-gcc only delivers GCC and the libc.
The "lib" output of the regular GCC is missing.

In particular, I'd need libstdc++.so.

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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