diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2023-05-16 12:00:37 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2023-06-02 09:51:14 +0200 |
commit | 49153588abc4eb8ba6a16b9cb9ff65a47f8e0fdb (patch) | |
tree | 384955a28d736efa5d866a0ce4973beccabf285e /libgm2/libm2iso | |
parent | 9edb6725717d668d144b2075f0dabf03ac4ec3d8 (diff) | |
download | gcc-49153588abc4eb8ba6a16b9cb9ff65a47f8e0fdb.zip gcc-49153588abc4eb8ba6a16b9cb9ff65a47f8e0fdb.tar.gz gcc-49153588abc4eb8ba6a16b9cb9ff65a47f8e0fdb.tar.bz2 |
Remove stale Autoconf checks for Perl
Subversion r110220 (Git commit 03b8fe495d716c004f5491eb2347537f115ab2d8) for
PR25884 "libgomp should not require perl to compile" removed all '$(PERL)'
usage from libgomp -- but didn't remove the then-unused Autoconf Perl check
itself. Later, this Autoconf Perl check appears to have been copied from
libgomp into other GCC libraries, likewise unused.
libgomp/
* configure.ac (PERL): Remove.
* configure: Regenerate.
* Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
libatomic/
* configure.ac (PERL): Remove.
* configure: Regenerate.
* Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
libgm2/
* configure.ac (PERL): Remove.
* configure: Regenerate.
* Makefile.in: Likewise.
* libm2cor/Makefile.in: Likewise.
* libm2iso/Makefile.in: Likewise.
* libm2log/Makefile.in: Likewise.
* libm2min/Makefile.in: Likewise.
* libm2pim/Makefile.in: Likewise.
libitm/
* configure.ac (PERL): Remove.
* configure: Regenerate.
* Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
Diffstat (limited to 'libgm2/libm2iso')
-rw-r--r-- | libgm2/libm2iso/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgm2/libm2iso/Makefile.in b/libgm2/libm2iso/Makefile.in index 163b87a..6787a5a 100644 --- a/libgm2/libm2iso/Makefile.in +++ b/libgm2/libm2iso/Makefile.in @@ -329,7 +329,6 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ -PERL = @PERL@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ |