Odyssey r187682#3
Open
wawatok wants to merge 41 commits into
Open
Conversation
…HARED_CORE if you really want them both shared otherwise.
This reverts commit 8c488f1.
…with undefined symbols, strangely build system does not find the lib at usual location, except particularly pointed to it. this phenomenon probably needs to be reviewed one day.
…ions from webcore, which causes problems while linking. may be reenabled once the functions in question have been moved to wtf or something like that.
…is a reasonable choice i think. i dont know if ppc need any.
…wed from kalamatee.
…es conflicts with the exec lists and nodes there.
Owner
|
Hi Wawa - I send you an invite to join the repository so you may add the changes yourself. Sorry for the delay. ;) |
…8k binary against it.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
these are changes that mostly address compilation for additional big endian platforms such as m68k and ppc. there also has been patches to allow to compile the code base with newer gcc and some code deadwood has added within #ifdef AROS to circumnavigate aros (stdc headers) shortcomings has been removed. kalamatee has updated these headers but i dont know if it has been backported ti abi v0 and if you may still need these workarounds. if so we need to enclose them in some other way, dependant on api we compile for.
there are some messy reverts and also certainly some things that can be solved better. please ping me if you need further explanations ;)