diff --git a/driver/main.cpp b/driver/main.cpp index 83da9b69..af9d774a 100644 --- a/driver/main.cpp +++ b/driver/main.cpp @@ -483,7 +483,7 @@ LDC_TARGETS theTarget = llvm::TargetRegistry::lookupTarget(triple, Err); if (theTarget == 0) { - error("failed to auto-select target: %s, please use the -march option", Err.c_str()); + error("%s Please use the -march option.", Err.c_str()); fatal(); } }