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
|
@ -144,6 +144,7 @@ base compiler and using LIBC (which may be either a libc package or #f.)"
|
||||||
"--disable-libatomic"
|
"--disable-libatomic"
|
||||||
"--disable-libmudflap"
|
"--disable-libmudflap"
|
||||||
"--disable-libgomp"
|
"--disable-libgomp"
|
||||||
|
"--disable-libmpx"
|
||||||
"--disable-libssp"
|
"--disable-libssp"
|
||||||
"--disable-libquadmath"
|
"--disable-libquadmath"
|
||||||
"--disable-decimal-float" ;would need libc
|
"--disable-decimal-float" ;would need libc
|
||||||
|
|
Loading…
Reference in New Issue