mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
Revert "Rename the c_bgxlc tool to bgxlc."
This commit is contained in:
parent
eb9bf12473
commit
f3c57157ea
@ -8,12 +8,13 @@ from waflib.Configure import conf
|
||||
|
||||
from waflib.Tools import xlc # method xlc_common_flags
|
||||
from waflib.Tools.compiler_c import c_compiler
|
||||
c_compiler['linux'].insert(0, 'bgxlc')
|
||||
c_compiler['linux'].insert(0, 'c_bgxlc')
|
||||
|
||||
@conf
|
||||
def find_bgxlc(conf):
|
||||
cc = conf.find_program(['bgxlc_r','bgxlc'], var='CC')
|
||||
conf.get_xlc_version(cc)
|
||||
conf.env.CC = cc
|
||||
conf.env.CC_NAME = 'bgxlc'
|
||||
|
||||
def configure(conf):
|
Loading…
Reference in New Issue
Block a user