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

Commits on Oct 23, 2023

  1. Fixed getifaddrs

    afxgroup committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5b0b6b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c78a6e View commit details
    Browse the repository at this point in the history
  3. The makefile will perform a check to ensure that a cross compiler exi…

    …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
    3246251196 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fa956b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Merge pull request #156 from 3246251196/no_external_clib_dependency

    The makefile will perform a check to ensure that a cross compiler exi…
    afxgroup authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    80be878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b80a9aa View commit details
    Browse the repository at this point in the history
  3. Added va_* functions to stdarg.h file. Fixed GNUMakefile.os4 to corre…

    …ct use -nostdinc parameter
    afxgroup committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ddabf78 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Added some targets that are PHONY targets. The checking of the existe…

    …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'.
    3246251196 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7afc32c View commit details
    Browse the repository at this point in the history
  2. When searching for CC always assume that the first word of the full v…

    …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
    3246251196 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    aea91fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #158 from 3246251196/fix_strict_dependency

    Added some targets that are PHONY targets. The checking of the existe…
    afxgroup authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    98fef77 View commit details
    Browse the repository at this point in the history