Re: Using cross-compiled packages (e.g. x86_64-linux-gnux32 on x86_64-linux-gnu)

2024-01-27 Thread Csepp
Sven Hartrumpf writes: > Hello. > >> Sven Hartrumpf writes: >> >>> Hello. >>> >>> I want to cross-compile some packages for the x32 ABI >>> (because it can speed up one of my performance-critical applications). >>> Thanks to Efraim’s recent changes, I can simply use >>> >>> # guix build lz4

Re: Using cross-compiled packages (e.g. x86_64-linux-gnux32 on x86_64-linux-gnu)

2024-01-26 Thread Sven Hartrumpf
Hello. > Sven Hartrumpf writes: > >> Hello. >> >> I want to cross-compile some packages for the x32 ABI >> (because it can speed up one of my performance-critical applications). >> Thanks to Efraim’s recent changes, I can simply use >> >> # guix build lz4 –target=x86_64-linux-gnux32 >> (lz4 is

Re: Using cross-compiled packages (e.g. x86_64-linux-gnux32 on x86_64-linux-gnu)

2024-01-25 Thread Csepp
Sven Hartrumpf writes: > Hello. > > I want to cross-compile some packages for the x32 ABI > (because it can speed up one of my performance-critical applications). > Thanks to Efraim’s recent changes, I can simply use > > # guix build lz4 –target=x86_64-linux-gnux32 > (lz4 is only a simple

Using cross-compiled packages (e.g. x86_64-linux-gnux32 on x86_64-linux-gnu)

2024-01-06 Thread Sven Hartrumpf
Hello. I want to cross-compile some packages for the x32 ABI (because it can speed up one of my performance-critical applications). Thanks to Efraim's recent changes, I can simply use # guix build lz4 --target=x86_64-linux-gnux32 (lz4 is only a simple example, not the one which is important