2020-11-21, 2020-11-23, 2020-11-24 changes in master-ci

This commit is contained in:
Rick Lan
2020-11-24 13:17:41 +10:00
parent 325c9b273d
commit e0b7cce478
12 changed files with 95 additions and 28 deletions

View File

@@ -19,7 +19,11 @@ if arch == "aarch64":
lenv['CFLAGS'].append("-DUSE_THNEED")
lenv['CXXFLAGS'].append("-DUSE_THNEED")
elif arch == "larch64":
libs += ['gsl', 'CB', 'pthread']
libs += ['gsl', 'CB', 'pthread', 'dl']
if not TEST_THNEED:
common_src += ["thneed/thneed.cc"]
lenv['CFLAGS'].append("-DUSE_THNEED")
lenv['CXXFLAGS'].append("-DUSE_THNEED")
else:
libs += ['pthread']