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

link loadables with cc instead of ld #20

Closed
wants to merge 3 commits into from

Commits on Aug 13, 2011

  1. use $(CC) instead of $(LD) to link loadables

    this unbreaks the build using non-CodeSourvery
    toolchains (specifically mine, see https://github.com/matthiasr/summon-arm-toolchain)
    
    in certain cases gcc inserts calls to memcpy and the like; ld cannot find them.
    matthiasr committed Aug 13, 2011
    Configuration menu
    Copy the full SHA
    85a8f4f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2011

  1. Configuration menu
    Copy the full SHA
    ae23f52 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2011

  1. try to always use GNU make with the release-all script

    the makefiles are not BSD make compatible.
    matthiasr committed Aug 17, 2011
    Configuration menu
    Copy the full SHA
    764d4ca View commit details
    Browse the repository at this point in the history