public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] maintainer-scripts: Disable multilib when generating libstdc++ docs
@ 2021-04-08 13:54 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-04-08 13:54 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

This allows the docs to be generated on hosts without the necessary
files present for multilib support.

maintainer-scripts/ChangeLog:

	* generate_libstdcxx_web_docs: Add --disable-multilib to
	configure command.

Tested x86_64-linux. Committed to trunk.


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1134 bytes --]

commit acbbb82ea3e2ae145e59ffca6f1ec0699b5f7383
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Apr 8 14:48:23 2021

    maintainer-scripts: Disable multilib when generating libstdc++ docs
    
    This allows the docs to be generated on hosts without the necessary
    files present for multilib support.
    
    maintainer-scripts/ChangeLog:
    
            * generate_libstdcxx_web_docs: Add --disable-multilib to
            configure command.

diff --git a/maintainer-scripts/generate_libstdcxx_web_docs b/maintainer-scripts/generate_libstdcxx_web_docs
index 74886356bc7..29572172761 100755
--- a/maintainer-scripts/generate_libstdcxx_web_docs
+++ b/maintainer-scripts/generate_libstdcxx_web_docs
@@ -43,7 +43,7 @@ do
   [ $dir == 'libstdc++-v3' ] || disabled_libs="$disabled_libs --disable-$dir"
 done
 set -x
-${SRCDIR}/configure --enable-languages=c,c++ --disable-gcc $disabled_libs --docdir=/docs
+${SRCDIR}/configure --enable-languages=c,c++ --disable-gcc --disable-multilib $disabled_libs --docdir=/docs
 eval `grep '^target=' config.log`
 make configure-target
 # If the following step fails with an error like

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-08 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08 13:54 [committed] maintainer-scripts: Disable multilib when generating libstdc++ docs Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).