gcc/libatomic
H.J. Lu 9c7797a8c2
GCC: Check if AR works with --plugin and rc
AR from older binutils doesn't work with --plugin and rc:

[hjl@gnu-cfl-2 bin]$ touch foo.c
[hjl@gnu-cfl-2 bin]$ ar --plugin /usr/libexec/gcc/x86_64-redhat-linux/10/liblto_plugin.so rc libfoo.a foo.c
[hjl@gnu-cfl-2 bin]$ ./ar --plugin /usr/libexec/gcc/x86_64-redhat-linux/10/liblto_plugin.so rc libfoo.a foo.c
./ar: no operation specified
[hjl@gnu-cfl-2 bin]$ ./ar --version
GNU ar (Linux/GNU Binutils) 2.29.51.0.1.20180112
Copyright (C) 2018 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
[hjl@gnu-cfl-2 bin]$

Check if AR works with --plugin and rc before passing --plugin to AR and
RANLIB.

ChangeLog:

	* configure: Regenerated.
	* libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
	--plugin and rc before enabling --plugin.

config/ChangeLog:

	* gcc-plugin.m4 (GCC_PLUGIN_OPTION): Check if AR works with
	--plugin and rc before enabling --plugin.

gcc/ChangeLog:

	* configure: Regenerate.

libatomic/ChangeLog:

	* configure: Regenerate.

libbacktrace/ChangeLog:

	* configure: Regenerate.

libcc1/ChangeLog:

	* configure: Regenerate.

libffi/ChangeLog:

	* configure: Regenerate.

libgfortran/ChangeLog:

	* configure: Regenerate.

libgm2/ChangeLog:

	* configure: Regenerate.

libgomp/ChangeLog:

	* configure: Regenerate.

libiberty/ChangeLog:

	* configure: Regenerate.

libitm/ChangeLog:

	* configure: Regenerate.

libobjc/ChangeLog:

	* configure: Regenerate.

libphobos/ChangeLog:

	* configure: Regenerate.

libquadmath/ChangeLog:

	* configure: Regenerate.

libsanitizer/ChangeLog:

	* configure: Regenerate.

libssp/ChangeLog:

	* configure: Regenerate.

libstdc++-v3/ChangeLog:

	* configure: Regenerate.

libvtv/ChangeLog:

	* configure: Regenerate.

lto-plugin/ChangeLog:

	* configure: Regenerate.

zlib/ChangeLog:

	* configure: Regenerate.
2023-08-07 22:59:37 +02:00
..
config libatomic: Fix SEQ_CST 128-bit atomic load [PR108891] 2023-03-24 16:51:26 +00:00
testsuite Remove stale Autoconf checks for Perl 2023-06-02 09:51:14 +02:00
.gitignore
acinclude.m4 Add mold detection for libs. 2022-01-31 09:46:44 +01:00
aclocal.m4
auto-config.h.in
cas_n.c Update copyright years. 2023-01-16 11:52:17 +01:00
ChangeLog Daily bump. 2023-06-11 00:17:37 +00:00
configure GCC: Check if AR works with --plugin and rc 2023-08-07 22:59:37 +02:00
configure.ac Remove stale Autoconf checks for Perl 2023-06-02 09:51:14 +02:00
configure.tgt libatomic: x86_64: Always try ifunc 2023-06-10 21:43:56 +08:00
exch_n.c Update copyright years. 2023-01-16 11:52:17 +01:00
fadd_n.c Update copyright years. 2023-01-16 11:52:17 +01:00
fand_n.c
fence.c Update copyright years. 2023-01-16 11:52:17 +01:00
fenv.c Update copyright years. 2023-01-16 11:52:17 +01:00
fior_n.c
flag.c Update copyright years. 2023-01-16 11:52:17 +01:00
fnand_n.c
fop_n.c Update copyright years. 2023-01-16 11:52:17 +01:00
fsub_n.c
fxor_n.c
gcas.c Update copyright years. 2023-01-16 11:52:17 +01:00
gexch.c Update copyright years. 2023-01-16 11:52:17 +01:00
glfree.c Update copyright years. 2023-01-16 11:52:17 +01:00
gload.c Update copyright years. 2023-01-16 11:52:17 +01:00
gstore.c Update copyright years. 2023-01-16 11:52:17 +01:00
host-config.h Update copyright years. 2023-01-16 11:52:17 +01:00
init.c
libatomic_i.h Update copyright years. 2023-01-16 11:52:17 +01:00
libatomic.map
load_n.c Update copyright years. 2023-01-16 11:52:17 +01:00
Makefile.am Update copyright years. 2023-01-16 11:52:17 +01:00
Makefile.in Remove stale Autoconf checks for Perl 2023-06-02 09:51:14 +02:00
store_n.c Update copyright years. 2023-01-16 11:52:17 +01:00
tas_n.c Update copyright years. 2023-01-16 11:52:17 +01:00