diff options
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch b/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch index 5a51ae7d96..bfec4477c1 100644 --- a/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch +++ b/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch | |||
| @@ -185,6 +185,19 @@ index bb07cc244e3..ce161d3c853 100644 | |||
| 185 | 185 | ||
| 186 | /* Pass -d* flags, possibly modifying -dumpdir, -dumpbase et al. | 186 | /* Pass -d* flags, possibly modifying -dumpdir, -dumpbase et al. |
| 187 | 187 | ||
| 188 | @@ -1265,7 +1270,11 @@ static const char *cc1_options = | ||
| 189 | %{coverage:-fprofile-arcs -ftest-coverage}\ | ||
| 190 | %{fprofile-arcs|fprofile-generate*|coverage:\ | ||
| 191 | %{!fprofile-update=single:\ | ||
| 192 | - %{pthread:-fprofile-update=prefer-atomic}}}"; | ||
| 193 | + %{pthread:-fprofile-update=prefer-atomic}}}" | ||
| 194 | +#ifdef POISON_BY_DEFAULT | ||
| 195 | + " -Werror=poison-system-directories" | ||
| 196 | +#endif | ||
| 197 | + ; | ||
| 198 | |||
| 199 | static const char *asm_options = | ||
| 200 | "%{-target-help:%:print-asm-header()} " | ||
| 188 | diff --git a/gcc/incpath.cc b/gcc/incpath.cc | 201 | diff --git a/gcc/incpath.cc b/gcc/incpath.cc |
| 189 | index bd2a97938eb..c80f100f476 100644 | 202 | index bd2a97938eb..c80f100f476 100644 |
| 190 | --- a/gcc/incpath.cc | 203 | --- a/gcc/incpath.cc |
