Fujitsu compiler: Defining option that is always added. (#14657)

This commit is contained in:
t-karatsu 2020-01-29 12:02:40 +09:00 committed by GitHub
parent 9d7e482497
commit f7ec09d30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,3 +61,7 @@ def c11_flag(self):
@property
def pic_flag(self):
return "-KPIC"
def setup_custom_environment(self, pkg, env):
env.append_flags('fcc_ENV', '-Nclang')
env.append_flags('FCC_ENV', '-Nclang')