forked from openwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh patches with make package/gcc/refresh by tweaking the GCC_VERSION to refresh every supported version. Signed-off-by: Christian Marangi <[email protected]>
- Loading branch information
Showing
5 changed files
with
8 additions
and
22 deletions.
There are no files selected for viewing
7 changes: 3 additions & 4 deletions
7
devel/gcc/patches-10.x/003-dont-choke-when-building-32bit-on-64bit.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,11 +70,9 @@ Signed-off-by: Dimitry Andric <[email protected]> | |
gcc/system.h | 39 ++++++++++++++++++--------------------- | ||
1 file changed, 18 insertions(+), 21 deletions(-) | ||
|
||
diff --git a/gcc/system.h b/gcc/system.h | ||
index b0edab02885..ab29fc19776 100644 | ||
--- a/gcc/system.h | ||
+++ b/gcc/system.h | ||
@@ -194,27 +194,8 @@ extern int fprintf_unlocked (FILE *, const char *, ...); | ||
@@ -194,27 +194,8 @@ extern int fprintf_unlocked (FILE *, con | ||
#undef fread_unlocked | ||
#undef fwrite_unlocked | ||
|
||
|
@@ -134,6 +132,3 @@ index b0edab02885..ab29fc19776 100644 | |
/* Some of glibc's string inlines cause warnings. Plus we'd rather | ||
rely on (and therefore test) GCC's string builtins. */ | ||
#define __NO_STRING_INLINES | ||
-- | ||
2.39.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters