diff options
Diffstat (limited to 'packages/gcc/4.9.4/0034-c++17-build-failure.patch')
-rw-r--r-- | packages/gcc/4.9.4/0034-c++17-build-failure.patch | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/gcc/4.9.4/0034-c++17-build-failure.patch b/packages/gcc/4.9.4/0034-c++17-build-failure.patch index cc56acab..f545c853 100644 --- a/packages/gcc/4.9.4/0034-c++17-build-failure.patch +++ b/packages/gcc/4.9.4/0034-c++17-build-failure.patch @@ -4,8 +4,12 @@ Fixes Fixed upstream in GCC6+ in d57c99458933. ---- gcc-4.9.4/gcc/reload.h 2022-01-01 15:51:43.293254281 -0800 -+++ gcc-4.9.4/gcc/reload.h 2022-01-01 15:51:58.437424873 -0800 +--- + gcc/reload.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/gcc/reload.h ++++ b/gcc/reload.h @@ -166,7 +166,7 @@ value indicates the level of indirect addressing supported, e.g., two means that (MEM (MEM (REG n))) is also valid if (REG n) does not get |