Revert "mame: try to fix x86 (32bit) build (use -Wl,--no-keep-memory)."

This reverts commit 54d0318b49.

Not enough to finish the linkage.
This commit is contained in:
Juan RP 2016-04-02 08:55:02 +02:00
parent 7daa0cdc10
commit 17ce46e1ab

View file

@ -17,9 +17,12 @@ depends="liberation-fonts-ttf"
nocross=yes
replaces="sdlmame>=0 sdlmess>=0"
# ETOOBIG for i686
case "$XBPS_TARGET_MACHINE" in
i686*) broken="http://build.voidlinux.eu/builders/i686_builder/builds/21957/steps/shell_3/logs/stdio"
esac
CXXFLAGS="-DUSE_INTERNAL_CBEGIN_CEND=1 -I${XBPS_CROSS_BASE}/usr/include/lua5.3"
# required to complete linking on x86
LDFLAGS="-Wl,--no-keep-memory"
build_options="qt"
if [ -z "$CROSS_BUILD" ]; then