diff options
Diffstat (limited to 'libcody/ChangeLog')
-rw-r--r-- | libcody/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libcody/ChangeLog b/libcody/ChangeLog index 7a2cacd..603c613 100644 --- a/libcody/ChangeLog +++ b/libcody/ChangeLog @@ -1,3 +1,22 @@ +2022-11-23 Marek Polacek <polacek@redhat.com> + + Revert: + 2022-11-23 Marek Polacek <polacek@redhat.com> + + * Makefile.in: Pass LD_PICFLAG to LDFLAGS. + * configure.ac (--enable-host-shared): Don't set PICFLAG here. + (--enable-host-pie): New check. Set PICFLAG and LD_PICFLAG after this + check. + * configure: Regenerate. + +2022-11-23 Marek Polacek <polacek@redhat.com> + + * Makefile.in: Pass LD_PICFLAG to LDFLAGS. + * configure.ac (--enable-host-shared): Don't set PICFLAG here. + (--enable-host-pie): New check. Set PICFLAG and LD_PICFLAG after this + check. + * configure: Regenerate. + 2022-06-03 Alexandre Oliva <oliva@adacore.com> * Makefile.in (revision.stamp): Replace $() and += with more |