Files
binutils-gdb/config
H.J. Lu 77c74294bf binutils: Pass target plugin file to target ar/nm/ranlib
There are 2 kinds of binutils tests:

1. Tests of binutils object files and libraries using the build tools,
like CC, AR, NM and RANLIB.
2. Tests of binutils programs as the target tools, like CC_FOR_TARGET,
AR_FOR_TARGET, NM_FOR_TARGET and RANLIB_FOR_TARGET.

Set AR_PLUGIN_OPTION_FOR_TARGET, NM_PLUGIN_OPTION_FOR_TARGET and
RANLIB_PLUGIN_OPTION_FOR_TARGET to the target compiler plugin file for
target ar/nm/ranlib.

	PR binutils/33483
	* Makefile.in: Regenerated.
	* configure: Likewise.
	* Makefile.tpl (AR_FOR_TARGET): Add @AR_PLUGIN_OPTION_FOR_TARGET@.
	(NM_FOR_TARGET): Add @NM_PLUGIN_OPTION_FOR_TARGET@.
	(RANLIB_FOR_TARGET): Add @RANLIB_PLUGIN_OPTION_FOR_TARGET@.
	* configure.ac: Use CLANG_PLUGIN_FILE_FOR_TARGET and
	GCC_PLUGIN_OPTION_FOR_TARGET to set AR_PLUGIN_OPTION_FOR_TARGET,
	NM_PLUGIN_OPTION_FOR_TARGET and RANLIB_PLUGIN_OPTION_FOR_TARGET.
	AC_SUBST AR_PLUGIN_OPTION_FOR_TARGET, NM_PLUGIN_OPTION_FOR_TARGET
	and RANLIB_PLUGIN_OPTION_FOR_TARGET.

config/

	PR binutils/33483
	* clang-plugin.m4 (CLANG_PLUGIN_FILE_FOR_TARGET): New.
	* gcc-plugin.m4 (GCC_PLUGIN_OPTION_FOR_TARGET): Likewise.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
2025-09-27 11:34:45 +08:00
..
2021-05-18 17:46:55 -04:00
2018-06-18 09:33:48 -04:00
2015-07-14 09:18:16 -07:00
2018-06-18 09:33:48 -04:00
2018-06-18 09:33:48 -04:00
2023-11-30 10:14:30 +01:00
2024-06-20 21:15:27 +09:30
2023-11-15 12:53:04 +00:00
2023-11-30 10:14:30 +01:00
2023-11-15 12:53:04 +00:00
2023-11-15 12:53:04 +00:00
2022-09-28 13:37:31 +09:30
2020-04-29 14:25:36 -07:00
2018-10-31 17:16:41 +00:00
2023-01-04 13:23:54 +10:30
2018-04-05 15:22:13 -07:00
2015-07-27 07:43:26 -07:00
2015-07-14 09:18:16 -07:00
2015-07-27 07:43:26 -07:00
2015-07-14 09:18:16 -07:00
2015-07-27 07:43:26 -07:00
2015-07-14 08:39:12 -07:00
2022-11-07 14:32:10 +01:00