mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: gcc: Fix i686-linux cross compiler.
This resurrects
./pre-inst-env guix build --target=i686-unknown-linux-gnu hello
* gnu/packages/cross-base.scm (cross-gcc-arguments): Do not build libmpx;
does not cross-configure.
This commit is contained in:
parent
e17f1c3dcc
commit
43124a5474
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ base compiler and using LIBC (which may be either a libc package or #f.)"
|
|||
"--disable-libatomic"
|
||||
"--disable-libmudflap"
|
||||
"--disable-libgomp"
|
||||
"--disable-libmpx"
|
||||
"--disable-libssp"
|
||||
"--disable-libquadmath"
|
||||
"--disable-decimal-float" ;would need libc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue