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

gcc.jam: compiler options fix #76

Closed
wants to merge 1 commit into from
Closed

gcc.jam: compiler options fix #76

wants to merge 1 commit into from

Commits on May 2, 2015

  1. gcc.jam: compiler options fix

    Only PowerPC, SPARC, and x86 do support the -m32 and -m64 compiler options [1].
    
    Rather then excluding all architectures not supporting these options as it is
    done in commit c063434 [2], include all
    architectures that do support them.
    
    This will fix building Boost for the SuperH architecture with Buildroot [3].
    
    [1] https://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html
    [2] c063434
    [3] http://autobuild.buildroot.net/results/ccd/ccd5c83963032ba49b1627b1dff39e34a9486943/build-end.log
    joerg-krause committed May 2, 2015
    Copy the full SHA
    e841b80 View commit details
    Browse the repository at this point in the history