Hi,
On Thu, 2022-03-10 at 18:06 +0100, Mark Wielaard wrote:
> _FORTIFY_SOURCE=3 adds extra glibc (dynamic) fortification checks
> when using GCC 12.
>
> This adds a configure check to see if -D_FORTIFY_SOURCE=3 can be
> used.
> If not, configure will fall back to -D_FORTIFY_SOURCE=2.
>
> On some
On Fri, 2022-03-11 at 15:49 +0100, Mark Wielaard wrote:
> Make --absolute (including the compilation directory in file names)
> the default and add a new option --relative to get the previous
> default behavior.
>
> https://www.sourceware.org/bugzilla/show_bug.cgi?id=28951
Pushed,
Mark
https://sourceware.org/bugzilla/show_bug.cgi?id=28951
Mark Wielaard changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
In most places we already used AS_HELP_STRING. A few places used
AC_HELP_STRING. Which has been deprecated for a long time. Use
AS_HELP_STRING instead of AC_HELP_STRING everywhere.
Signed-off-by: Mark Wielaard
---
ChangeLog| 4
configure.ac | 4 ++--
m4/ChangeLog | 5 +
m4/biarch.m4