diff options
author | Sergey Korolev <s.korolev@ndmsystems.com> | 2017-11-05 22:18:05 +0300 |
---|---|---|
committer | Sergey Korolev <s.korolev@ndmsystems.com> | 2017-11-27 18:20:47 +0300 |
commit | 080db19355561acaba7b4c620d466a21f6049964 (patch) | |
tree | 925b7de251b2bd3be6221949f79fb289446c6fbb /packages/gcc | |
parent | 67b25c70948b23fbaaf8ecb4b9a2e88239c32c19 (diff) | |
download | crosstool-ng-080db19355561acaba7b4c620d466a21f6049964.tar.gz crosstool-ng-080db19355561acaba7b4c620d466a21f6049964.tar.bz2 crosstool-ng-080db19355561acaba7b4c620d466a21f6049964.zip |
gcc 7.2.0: fix 977-crystax.patch offsets
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/7.2.0/977-crystax.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gcc/7.2.0/977-crystax.patch b/packages/gcc/7.2.0/977-crystax.patch index 0211d728..61d22617 100644 --- a/packages/gcc/7.2.0/977-crystax.patch +++ b/packages/gcc/7.2.0/977-crystax.patch @@ -10,7 +10,7 @@ diff --git a/gcc/config/aarch64/aarch64-linux-android.h b/gcc/config/aarch64/aar index db1288fd0..38bc64d61 100644 --- a/gcc/config/aarch64/aarch64-linux-android.h +++ b/gcc/config/aarch64/aarch64-linux-android.h -@@ -57,4 +57,8 @@ +@@ -56,4 +56,8 @@ #define ENDFILE_SPEC \ LINUX_OR_ANDROID_LD (GNU_USER_TARGET_ENDFILE_SPEC, ANDROID_ENDFILE_SPEC) @@ -23,7 +23,7 @@ diff --git a/gcc/config/mips/linux-common.h b/gcc/config/mips/linux-common.h index 8bfacf994..262a9a341 100644 --- a/gcc/config/mips/linux-common.h +++ b/gcc/config/mips/linux-common.h -@@ -63,3 +63,7 @@ along with GCC; see the file COPYING3. If not see +@@ -62,3 +62,7 @@ along with GCC; see the file COPYING3. If not see /* The default value isn't sufficient in 64-bit mode. */ #define STACK_CHECK_PROTECT (TARGET_64BIT ? 16 * 1024 : 12 * 1024) |