aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ccc b/utils/ccc
index 96548553ea..1a7fea415a 100755
--- a/utils/ccc
+++ b/utils/ccc
@@ -407,7 +407,7 @@ def main(args):
files[i] = out
if not output:
output = 'a.out'
- args = ['-o', output] + link_opts + files
+ args = ['-o', output] + files + link_opts
link(args, native)
if __name__ == '__main__':