BUILDBOT: Disable glk on gp2x. Let's hope executable links now

This commit is contained in:
Eugene Sandulenko
2019-12-20 10:25:03 +01:00
parent e857a78b99
commit 827fc6db7c
+2 -7
View File
@@ -950,14 +950,9 @@ p_master = {
p_stable = copy.deepcopy(p_master)
# FIXME / WORKAROUND: The GLK GLULXE engine uses the floating point exponent function, expf()
# and related functions from standard C/C++ library. Unfortunately this is not implemented
# fully in the static library libm.a of the open2x-gcc-4.1.1 toolchain. This is implemented
# for the dynamic library, hence why the gp2xwiz has no issue as it is built with dynamic
# plugins. This is not likely possible for the GP2X which has LDFLAGS="-static" forced by
# configure script. To workaround this and fix the build, we skip this engine.
# Disabling glk engine because of executable size constraints
p_master["configureargs"].extend( [
"--disable-engines=glk_glulxe"
"--disable-engines=glk"
] )
p_master["configureargs"].extend( [