Skip to content
  • Tristan Van Berkom's avatar
    mozjs24: Tuning for i386 and arm builds · 4630a8f5
    Tristan Van Berkom authored
    This module generates target dependent assembly code
    and as such must be informed of the target triple. Failing
    to do so can result in generation of x86_64 specific instructions
    when targetting i386.
    
    Note: on i386 we specify i586-unknown-linux-gnu because that is
    the triple of the compiler we have in the base runtime.
    4630a8f5