1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-14 07:38:43 +02:00
build/pkg/tc-gcc1/0001.patch

14 lines
535 B
Diff
Raw Normal View History

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