mirror of
https://github.com/pygos/build.git
synced 2024-11-04 19:27:09 +01:00
14 lines
535 B
Diff
14 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
|