-
-
Notifications
You must be signed in to change notification settings - Fork 485
gmp: add windows support #8343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
gmp: add windows support #8343
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6dfec31
gmp: add windows support
star-hengxing ec73473
update patch
star-hengxing 20c3580
fix patch
star-hengxing 9f59092
fix patch
star-hengxing 139ffc1
fix config name
star-hengxing c5c1e65
Change default assembly config to true
star-hengxing 8681056
try to fix android
star-hengxing 2123eac
again
star-hengxing 262a145
add arm64 support
star-hengxing 5ee3117
support shared
star-hengxing 6f25f45
fix build
star-hengxing eceefab
fix shared ci
star-hengxing 46b68f9
Update xmake.lua
star-hengxing 634a656
Update xmake.lua
star-hengxing a6a1a53
Update xmake.lua
star-hengxing 22a93a0
Update xmake.lua
star-hengxing File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
13 changes: 7 additions & 6 deletions
13
...ages/g/gmp/patches/6.3.0/gmp-gcc-15.patch → packages/g/gmp/patches/6.3.0/c23.patch
This file contains hidden or 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,12 +1,13 @@ | ||
--- configure | ||
+++ configure | ||
@@ -6568,7 +6568,7 @@ | ||
|
||
diff --git a/configure b/configure | ||
index 3782fa43..79aeac9e 100644 | ||
--- a/configure | ||
+++ b/configure | ||
@@ -6568,7 +6568,7 @@ if test "$gmp_prog_cc_works" = yes; then | ||
|
||
#if defined (__GNUC__) && ! defined (__cplusplus) | ||
typedef unsigned long long t1;typedef t1*t2; | ||
-void g(){} | ||
+void g(int a,t1 const* b,t1 c,t2 d,t1 const* e,int f){} | ||
+void g(int,t1 const*,t1,t2,t1 const*,int){} | ||
void h(){} | ||
static __inline__ t1 e(t2 rp,t2 up,int n,t1 v0) | ||
{t1 c,x,r;int i;if(v0){c=1;for(i=1;i<n;i++){x=up[i];r=x+1;rp[i]=r;}}return c;} | ||
|
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.