aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/ccc b/utils/ccc
index 1a7fea415a..6e423691ec 100755
--- a/utils/ccc
+++ b/utils/ccc
@@ -259,7 +259,6 @@ def main(args):
# wrong.
if arg in ('-g', '-gdwarf-2'):
compile_opts.append('-g')
- link_opts.append(arg)
# Options with one argument that should pass through to compiler
if arg in [ '-include', '-idirafter', '-iprefix',