diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-11-24 00:17:47 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-11-24 00:17:47 +0000 |
commit | 8761284fd7862fbd9665237145f3a0d8de79c265 (patch) | |
tree | fa594f1b724c0b1c42dbe5486293a244dc087d46 /intl | |
parent | 603af25815523ba9e39e9b441cde5308423a9238 (diff) | |
download | gcc-8761284fd7862fbd9665237145f3a0d8de79c265.zip gcc-8761284fd7862fbd9665237145f3a0d8de79c265.tar.gz gcc-8761284fd7862fbd9665237145f3a0d8de79c265.tar.bz2 |
Daily bump.
Diffstat (limited to 'intl')
-rw-r--r-- | intl/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog index f44e691..60d604a 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,20 @@ +2022-11-23 Marek Polacek <polacek@redhat.com> + + Revert: + 2022-11-23 Marek Polacek <polacek@redhat.com> + + * Makefile.in: Use @PICFLAG@ in COMPILE as well. + * configure.ac (--enable-host-shared): Don't set PICFLAG here. + (--enable-host-pie): New check. Set PICFLAG after this check. + * configure: Regenerate. + +2022-11-23 Marek Polacek <polacek@redhat.com> + + * Makefile.in: Use @PICFLAG@ in COMPILE as well. + * configure.ac (--enable-host-shared): Don't set PICFLAG here. + (--enable-host-pie): New check. Set PICFLAG after this check. + * configure: Regenerate. + 2021-11-29 Eric Gallager <egallager@gcc.gnu.org> PR other/103021 |