Skip to content
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

Merhed beta10 into master #159

Merged
merged 9 commits into from
Oct 25, 2023
Merged

Merhed beta10 into master #159

merged 9 commits into from
Oct 25, 2023

Conversation

afxgroup
Copy link
Collaborator

GNUMakefile fixes

afxgroup and others added 9 commits October 23, 2023 08:56
…sts and that the SDK header files are found. At least, it checks if the SDK include_h folder exists and assumes the headers are in there. -nostdinc, -nostartfiles and -nostdlib are now moved to the OPTIONS variable which is propagated throughout the necessary fules
The makefile will perform a check to ensure that a cross compiler exi…
…nce of the already existing cross compiler and the SDK include path should only happen when it is necessary. The checking has been moved into the 'prepare' rule since that is prequisite for actually building clib4. Before this commit, it would mean that you would have to provide a valid cross-compiler to be available on the PATH even if you just wanted to make 'clean'.
…ariable is the actual compiler. Mostly, this will be the case, but with ADTOOLS CC is assigned to something of the pattern: ppc-amigaos-gcc -B /some/Location. This will cause which to fail
Added some targets that are PHONY targets. The checking of the existe…
@afxgroup afxgroup merged commit e9e1a01 into master Oct 25, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants