From: Joel Rosdahl Date: Thu, 8 Aug 2013 20:20:12 +0000 (+0200) Subject: Bail out on option -gsplit-dwarf which produces multiple output files X-Git-Tag: v3.1.10~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c600ffff330d9d44bf45e642e326d056c0dada78;p=thirdparty%2Fccache.git Bail out on option -gsplit-dwarf which produces multiple output files --- diff --git a/compopt.c b/compopt.c index 24569176f..2417726b7 100644 --- a/compopt.c +++ b/compopt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Joel Rosdahl + * Copyright (C) 2010, 2013 Joel Rosdahl * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free @@ -60,6 +60,7 @@ static const struct compopt compopts[] = { {"-fprofile-use", TOO_HARD}, {"-frepo", TOO_HARD}, {"-ftest-coverage", TOO_HARD}, + {"-gsplit-dwarf", TOO_HARD}, {"-idirafter", AFFECTS_CPP | TAKES_ARG | TAKES_PATH}, {"-iframework", AFFECTS_CPP | TAKES_ARG | TAKES_CONCAT_ARG | TAKES_PATH}, {"-imacros", AFFECTS_CPP | TAKES_ARG | TAKES_PATH},