diff options
author | Nick Clifton <nickc@redhat.com> | 2021-07-05 16:16:38 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-07-05 16:21:42 +0100 |
commit | c919d6be44913ed52d91c203e87e529ee17de805 (patch) | |
tree | b49acbce9e226a7b751b93adf9b9519ac9185f06 /libiberty/aclocal.m4 | |
parent | 6e0dfbf420ae6ac321074c0051dcfd6a5a4d0f7c (diff) | |
download | gdb-c919d6be44913ed52d91c203e87e529ee17de805.zip gdb-c919d6be44913ed52d91c203e87e529ee17de805.tar.gz gdb-c919d6be44913ed52d91c203e87e529ee17de805.tar.bz2 |
Restore the libiberty component of commit 50ad1254d5030d0804cbf89c758359ae202e8d55.
This commit has not yet been applied to the master sources in the gcc repository.
It was submitted here: https://gcc.gnu.org/pipermail/gcc-patches/2021-July/574405.html
The commit allows options to be set for the AR and RANLIB programs used when building libiberty, which in turn allows building with LTO enabled.
Diffstat (limited to 'libiberty/aclocal.m4')
-rw-r--r-- | libiberty/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/aclocal.m4 b/libiberty/aclocal.m4 index 3378316..0757688 100644 --- a/libiberty/aclocal.m4 +++ b/libiberty/aclocal.m4 @@ -15,6 +15,7 @@ m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun m4_include([../config/acx.m4]) m4_include([../config/cet.m4]) m4_include([../config/enable.m4]) +m4_include([../config/gcc-plugin.m4]) m4_include([../config/no-executables.m4]) m4_include([../config/picflag.m4]) m4_include([../config/warnings.m4]) |