mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
8063550d4e
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
13 lines
535 B
Diff
13 lines
535 B
Diff
diff --git a/gcc/config/linux.h b/gcc/config/linux.h
|
|
index 2ea4ff9..e10e0a5 100644
|
|
--- a/gcc/config/linux.h
|
|
+++ b/gcc/config/linux.h
|
|
@@ -154,6 +154,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
|