Skip to content
  • Ian Lynagh's avatar
    Tweak build rules for libffi · 0d729992
    Ian Lynagh authored
    We were doing
        echo $(HOSTPLATFORM) | sed 's/i[567]86/i486/g'
    but the only x86 value HOSTPLATFORM can have is i386.
    
    We now tell libffi its build platform again, but we now tell it it's
    $(BUILDPLATFORM) rather than $(HOSTPLATFORM).
    0d729992