blob: 9432240469c7b832492d14d52bd0835bd4f647d9 [file] [log] [blame] [edit]
if "AArch64" not in config.root.targets:
config.unsupported = True
flags = "--target=aarch64-unknown-linux-gnu -nostartfiles -nostdlib -ffreestanding"
config.substitutions.insert(0, ("%cflags", f"%cflags {flags}"))
config.substitutions.insert(0, ("%cxxflags", f"%cxxflags {flags}"))