From: hyokeun Date: Tue, 6 Nov 2018 01:59:37 +0000 (+0900) Subject: Remove pre-defined compiler option X-Git-Url: http://review.tizen.org/git/?p=scm%2Fmeta%2Fabs.git;a=commitdiff_plain;h=0fbf153d54a50aec08c08ad7f5cfe6675b777cc1 Remove pre-defined compiler option Change-Id: I68c878fc02441a1acf6aa5ab6127727d536423d7 --- diff --git a/abs b/abs index ed036e8..28363af 100755 --- 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, \