public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r9-9378] maintainer-scripts: Disable multilib when generating libstdc++ docs
@ 2021-04-20 18:53 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-04-20 18:53 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9c01c3136aadf8777a95342184b9060e20e86a0a

commit r9-9378-g9c01c3136aadf8777a95342184b9060e20e86a0a
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Apr 8 14:48:23 2021 +0100

    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.
    
    (cherry picked from commit acbbb82ea3e2ae145e59ffca6f1ec0699b5f7383)

Diff:
---
 maintainer-scripts/generate_libstdcxx_web_docs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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-20 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20 18:53 [gcc r9-9378] 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).