]> gcc.gnu.org Git - gcc.git/commit
sphinx: add --with-sphinx-build
authorMartin Liska <mliska@suse.cz>
Wed, 27 Jul 2022 13:40:48 +0000 (15:40 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 9 Nov 2022 08:00:36 +0000 (09:00 +0100)
commit1f5a932e89b0c2c4a7af7f849ca2e2e3dbf329e0
tree019685ef4fc6e3a8615d4a67ccaf7fa41937df98
parentc0eb1a3b7c944dd7cd5a4056a817a25aa8ce2569
sphinx: add --with-sphinx-build

gcc/ChangeLog:

* Makefile.in: Support --with-sphinx-build.
* configure.ac:
* configure: Regenerate.

gcc/ada/ChangeLog:

* gcc-interface/Make-lang.in: Support --with-sphinx-build.

gcc/d/ChangeLog:

* Make-lang.in: Support --with-sphinx-build.

gcc/fortran/ChangeLog:

* Make-lang.in: Support --with-sphinx-build.

gcc/go/ChangeLog:

* Make-lang.in: Support --with-sphinx-build.

gcc/jit/ChangeLog:

* Make-lang.in: Support --with-sphinx-build.

libgomp/ChangeLog:

* Makefile.in: Support --with-sphinx-build.
* configure.ac: Likewise..
* configure: Regenerate.

libiberty/ChangeLog:

* Makefile.in: Support --with-sphinx-build.
* configure.ac: Likewise.
* configure: Regenerate.

libitm/ChangeLog:

* Makefile.in: Support --with-sphinx-build.
* configure.ac: Likewise.
* configure: Regenerate.

libquadmath/ChangeLog:

* Makefile.in: Support --with-sphinx-build.
* configure.ac: Likewise.
* configure: Regenerate.
20 files changed:
gcc/Makefile.in
gcc/ada/gcc-interface/Make-lang.in
gcc/configure
gcc/configure.ac
gcc/d/Make-lang.in
gcc/fortran/Make-lang.in
gcc/go/Make-lang.in
gcc/jit/Make-lang.in
libgomp/Makefile.in
libgomp/configure
libgomp/configure.ac
libiberty/Makefile.in
libiberty/configure
libiberty/configure.ac
libitm/Makefile.in
libitm/configure
libitm/configure.ac
libquadmath/Makefile.in
libquadmath/configure
libquadmath/configure.ac
This page took 0.065773 seconds and 5 git commands to generate.