mirror of
https://github.com/scummvm/scummvm-sites.git
synced 2026-05-21 05:40:45 +00:00
BUILDBOT: Disable glk on gp2x. Let's hope executable links now
This commit is contained in:
+2
-7
@@ -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( [
|
||||
|
||||
Reference in New Issue
Block a user