-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #428 from Dennisbonke/gmp
- Loading branch information
Showing
9 changed files
with
72 additions
and
154 deletions.
There are no files selected for viewing
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
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
109 changes: 0 additions & 109 deletions
109
patches/gcc/624e274ca3a4405a55662fa72d1163120df0e03d.patch
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,17 @@ | ||
From 3c5c2fe0ce67f80ce9698f0c6154cc1d41a113bd Mon Sep 17 00:00:00 2001 | ||
From 5da74d1cd962238655b7f9349e031cefb4836a62 Mon Sep 17 00:00:00 2001 | ||
From: Dennis Bonke <[email protected]> | ||
Date: Tue, 9 Feb 2021 22:45:04 +0100 | ||
Subject: [PATCH] Add managarm support | ||
|
||
Signed-off-by: Dennis Bonke <[email protected]> | ||
--- | ||
config.sub | 2 +- | ||
configure | 4 ++++ | ||
2 files changed, 5 insertions(+), 1 deletion(-) | ||
config.sub | 2 +- | ||
configure | 4 ++++ | ||
test/picsmap.c | 2 ++ | ||
3 files changed, 7 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/config.sub b/config.sub | ||
index 0f2234c1..69ffcaa9 100755 | ||
index 0f2234c..69ffcaa 100755 | ||
--- a/config.sub | ||
+++ b/config.sub | ||
@@ -1366,7 +1366,7 @@ case $os in | ||
|
@@ -23,7 +24,7 @@ index 0f2234c1..69ffcaa9 100755 | |
;; | ||
qnx*) | ||
diff --git a/configure b/configure | ||
index 06f344f3..72e641d3 100755 | ||
index 06f344f..72e641d 100755 | ||
--- a/configure | ||
+++ b/configure | ||
@@ -5961,6 +5961,10 @@ echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6 | ||
|
@@ -37,6 +38,19 @@ index 06f344f3..72e641d3 100755 | |
(mingw*) | ||
cf_cv_shlib_version=mingw | ||
cf_cv_shlib_version_infix=mingw | ||
diff --git a/test/picsmap.c b/test/picsmap.c | ||
index 432fbf7..849ac7e 100644 | ||
--- a/test/picsmap.c | ||
+++ b/test/picsmap.c | ||
@@ -60,6 +60,8 @@ | ||
#define my_intptr_t long | ||
#endif | ||
|
||
+#include <strings.h> | ||
+ | ||
#if HAVE_TSEARCH | ||
#include <search.h> | ||
#endif | ||
-- | ||
2.30.0 | ||
2.45.2 | ||
|
Oops, something went wrong.