Remove pre-defined compiler option
authorhyokeun <hyokeun.jeon@samsung.com>
Tue, 6 Nov 2018 01:59:37 +0000 (10:59 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Tue, 20 Nov 2018 04:24:42 +0000 (13:24 +0900)
Change-Id: I68c878fc02441a1acf6aa5ab6127727d536423d7

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, \