fujitsu compiler: Delete custom environment function. (#15988)

This commit is contained in:
Tomoki, Karatsu 2020-04-10 23:38:02 +09:00 committed by GitHub
parent 3b3bd6e173
commit 08a491b062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,3 @@ 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')