-
Notifications
You must be signed in to change notification settings - Fork 140
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
Minor fix-ups for Darwin PowerPC #303
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #303 +/- ##
==========================================
+ Coverage 38.24% 39.02% +0.78%
==========================================
Files 233 233
Lines 6139 6144 +5
Branches 1607 1608 +1
==========================================
+ Hits 2348 2398 +50
+ Misses 3394 3393 -1
+ Partials 397 353 -44 ☔ View full report in Codecov by Sentry. |
Windows is trying to use gcc instead of clang. Otherwise, happy to merge. |
@ViralBShah Thanks for merging! This was super-fast. |
Would you like me to tag a new release? |
That would be certainly helpful, thank you. |
Released 0.8.3 |
Updated in MacPorts in macports/macports-ports@9e47870 |
@ViralBShah This took forever :) Sorry for a ridiculous delay, it was forgotten.
Here are two tiny fixes:
ppc64
, so that it is not left broken on macOS. (BTW, this still leaves out AIX, I believe?)__BYTE_ORDER__
is actually defined: AFAIK, it may not be the case with some old gcc versions, and those support C99, so it is relevant.