Remove pre-defined compiler option
[scm/meta/abs.git] / abs
diff --git a/abs b/abs
index ed036e8..28363af 100755 (executable)
--- a/abs
+++ b/abs
@@ -378,7 +378,7 @@ class Sdk(object):
                 print '\n\n BUILD NATIVE\n'
                 if jobs is not None:
                     b_args.extend(['-j', jobs])
-                b_args.extend(['-r', rootstrap, '-a', self.arch, '-C', conf, '-c', 'gcc'])
+                b_args.extend(['-r', rootstrap, '-a', self.arch, '-C', conf])
                 b_args.extend(['--', x['path']])
                 out = self._run('build-native', b_args, checker=True)
             logpath = os.path.join(source.output_dir, \