blob: 5374d4f9329b9e0a9051c3334a18e90592de4eb1 [file] [log] [blame]
if 'AArch64' not in config.root.targets:
config.unsupported = True
flags = '--target=aarch64-pc-linux -nostartfiles -nostdlib -ffreestanding'
config.substitutions.insert(0, ('%cflags', f'%cflags {flags}'))
config.substitutions.insert(0, ('%cxxflags', f'%cxxflags {flags}'))