summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/make-bootstrap.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index e50d56ed92..a9b8457234 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -415,6 +415,9 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
                        ;; GCC 4.8+ requires a C++ compiler and library.
                        "--enable-languages=c,c++"
 
+                       ;; Make sure gcc-nm doesn't require liblto_plugin.so.
+                       "--disable-lto"
+
                        "--disable-shared"
                        "--disable-plugin"
                        "--disable-libmudflap"