5024719ca9
Upstream commit: c29fc97653
[ci:skip-build]: already built successfully in CI
25 lines
821 B
Diff
25 lines
821 B
Diff
From 131337e43b77d251e6e0128fd95cf11ed1fa2c7d Mon Sep 17 00:00:00 2001
|
|
From: Ariadne Conill <ariadne@dereferenced.org>
|
|
Date: Fri, 21 Aug 2020 07:01:06 +0000
|
|
Subject: [PATCH] add fortify-headers paths
|
|
|
|
---
|
|
gcc/config/linux.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/gcc/config/linux.h b/gcc/config/linux.h
|
|
index 4e1db60fced..7fcf402b416 100644
|
|
--- a/gcc/config/linux.h
|
|
+++ b/gcc/config/linux.h
|
|
@@ -167,6 +167,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
|
|
#ifdef NATIVE_SYSTEM_HEADER_DIR
|
|
#define INCLUDE_DEFAULTS_MUSL_NATIVE \
|
|
+ { NATIVE_SYSTEM_HEADER_DIR "/fortify", 0, 0, 0, 1, 2 }, \
|
|
+ { NATIVE_SYSTEM_HEADER_DIR "/fortify", 0, 0, 0, 1, 0 }, \
|
|
{ NATIVE_SYSTEM_HEADER_DIR, 0, 0, 0, 1, 2 }, \
|
|
{ NATIVE_SYSTEM_HEADER_DIR, 0, 0, 0, 1, 0 },
|
|
#else
|
|
--
|
|
2.33.1
|
|
|