fujitsu compiler: Delete custom environment function. (#15988)
This commit is contained in:
parent
3b3bd6e173
commit
08a491b062
@ -61,7 +61,3 @@ def c11_flag(self):
|
|||||||
@property
|
@property
|
||||||
def pic_flag(self):
|
def pic_flag(self):
|
||||||
return "-KPIC"
|
return "-KPIC"
|
||||||
|
|
||||||
def setup_custom_environment(self, pkg, env):
|
|
||||||
env.append_flags('fcc_ENV', '-Nclang')
|
|
||||||
env.append_flags('FCC_ENV', '-Nclang')
|
|
||||||
|
Loading…
Reference in New Issue
Block a user