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

Support for Debian architectures #191

Merged
4 commits merged into from
Feb 7, 2012
Merged

Commits on Feb 6, 2012

  1. Add :remote option to FFI:TypesGenerator#generate

    This is useful for porting to other architecture for which you don't
    have ruby installed.
    terceiro committed Feb 6, 2012
    Configuration menu
    Copy the full SHA
    70ca2f4 View commit details
    Browse the repository at this point in the history
  2. Add :input option to FFI::TypesGenerator#generate

    This is useful when while porting to new achitectures, you are not able to
    run gcc directly from a ssh connection (e.g. gcc is only available on a
    chroot), so you run gcc manually against the input that TypesGenerator
    would give to gcc, copy back the resulting C file to your local
    machine, and pass the C file to be parsed by TypesGenerator.
    terceiro committed Feb 6, 2012
    Configuration menu
    Copy the full SHA
    abbce53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b62a507 View commit details
    Browse the repository at this point in the history
  4. Guard Solaris-specific assembly code from non-Solaris hosts

    Signed-off-by: Antonio Terceiro <terceiro@softwarelivre.org>
    sadkingbilly authored and terceiro committed Feb 6, 2012
    Configuration menu
    Copy the full SHA
    0a0327d View commit details
    Browse the repository at this point in the history