3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: cross-gcc: Fix build of 'gcc-cross-sans-libc'.

* gnu/packages/cross-base.scm (cross-gcc): Add "--disable-libatomic".
This commit is contained in:
Ludovic Courtès 2013-11-02 12:58:52 +01:00
parent 1670c70a03
commit 08928e5752

View file

@ -101,6 +101,7 @@ GCC that does not target a libc; otherwise, target that libc."
"--enable-languages=c"
"--disable-threads" ; libgcc, would need libc
"--disable-libatomic"
"--disable-libmudflap"
"--disable-libgomp"
"--disable-libssp"