From 34988f835484e8a4fdc3e9a93930786755a63d05 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 19 Feb 2019 08:30:41 -0500 Subject: driver, compile & link mode: support arbitrary & known compiler wrappers. --- src/skin/slbt_skin_default.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/skin/slbt_skin_default.c') diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 7678f2a..6300d8f 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -56,6 +56,15 @@ const struct argv_option slbt_default_options[] = { "and/or static archive. option syntax is " "--legabits[=%s]"}, + {"ccwrap", 0,TAG_CCWRAP,ARGV_OPTARG_REQUIRED,0,0, + "", + "use %s as a compiler driver wrapper; " + "for the purpose of compatibility, " + "this switch may be omitted for known " + "wrappers (ccache, compiler, distcc, " + "and purify) when immediately followed " + "by the compiler argument."}, + {"no-warnings", 0,TAG_WARNINGS,ARGV_OPTARG_NONE,0,0,0,""}, {"preserve-dup-deps", 0,TAG_DEPS,ARGV_OPTARG_NONE,0,0,0, -- cgit v1.2.3