blob: 947d25cb6e8c4d4db7ed2bb149c71afd9a8441a8 [file] [log] [blame]
if not "X86" in config.root.targets:
config.unsupported = True
flags = "--target=x86_64-pc-linux -nostdlib"
config.substitutions.insert(0, ("%cflags", f"%cflags {flags}"))
config.substitutions.insert(0, ("%cxxflags", f"%cxxflags {flags}"))