diff options
-rw-r--r-- | patches/01_allow-more-dirs-to-be-configured.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/01_allow-more-dirs-to-be-configured.patch b/patches/01_allow-more-dirs-to-be-configured.patch index 4945805..cca9d2b 100644 --- a/patches/01_allow-more-dirs-to-be-configured.patch +++ b/patches/01_allow-more-dirs-to-be-configured.patch @@ -20,7 +20,7 @@ diff -Naur src.orig/gcc/gcc.c src/gcc/gcc.c components that may be provided by the system. For cross compilers, these paths are not used. */ @@ -3688,6 +3690,16 @@ - PREFIX_PRIORITY_LAST, 0, 0); + PREFIX_PRIORITY_LAST, 0, 0); } + add_prefix (&exec_prefixes, |