-spesc is just confusing, as gcc takes the same option for something compeltely different. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@xxxxxxxxx> --- cgcc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cgcc b/cgcc index 89adbed..31c219a 100755 --- a/cgcc +++ b/cgcc @@ -25,7 +25,7 @@ foreach (@ARGV) { $m64 = 1 if /^-m64$/; $gendeps = 1 if /^-M$/; - if (/^-specs=(.*)$/) { + if (/^-target=(.*)$/) { $check .= &add_specs ($1); $has_specs = 1; next; -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html