1*e05edb19SFangrui Song /// GCC --disable-multiarch, GCC --enable-multiarch (upstream and Debian specific) have different behaviors. 2*e05edb19SFangrui Song /// We choose not to support the option. 3a921d2d2SPetr Hosek 4*e05edb19SFangrui Song // RUN: not %clang -print-multiarch --target=x86_64-unknown-linux-gnu 2>&1 | FileCheck %s 5*e05edb19SFangrui Song 6*e05edb19SFangrui Song // CHECK: error: unsupported option '-print-multiarch' 7