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:
parent
7daa0cdc10
commit
17ce46e1ab
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue