OpenRCT2: enforce 64-bit long double
This is a workaround for IBM long double not allowing for constant expressions.
This commit is contained in:
parent
be24bac5ac
commit
7ae570f65c
1 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@ if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
|||
broken="not yet implemented"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*)
|
||||
CFLAGS+=" -mlong-double-64"
|
||||
CXXFLAGS+=" -mlong-double-64"
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" OpenRCT2"
|
||||
# for icu mass-rebuild
|
||||
|
|
Loading…
Add table
Reference in a new issue