Skip to content
Snippets Groups Projects

32bits x86 cross compiler filer for meson

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Igor Torrente
    Edited
    cross32.meson 404 B
    [binaries]
    c = '/usr/bin/i686-linux-gnu-gcc'
    cpp = '/usr/bin/i686-linux-gnu-g++'
    ar = '/usr/bin/gcc-ar'
    strip = '/usr/bin/strip'
    pkgconfig = '/usr/bin/i386-linux-gnu-pkg-config'
    llvm-config = '/usr/bin/llvm-config'
    
    [built-in options]
    c_args = ['-m32']
    c_link_args = ['-m32']
    cpp_args = ['-m32']
    cpp_link_args = ['-m32']
    
    [host_machine]
    system = 'linux'
    cpu_family = 'x86'
    cpu = 'i686'
    endian = 'little'
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment