From 6676b5cf719313f3dfa0c6e8801613ee6334d46c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 2 Apr 2016 11:39:33 +0200 Subject: [PATCH] Revert "mame: use ld.gold for linking for a try" This reverts commit 85132987afa99b4d8030fd82a90cb84a4f8846ca. Using ld.gold doesn't help either: /usr/bin/ld.gold: fatal error: ../../../../../mame: mmap: failed to allocate 3020885748 bytes for output file: Cannot allocate memory --- srcpkgs/mame/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mame/template b/srcpkgs/mame/template index 4ea96a0ca8f..67b4651442a 100644 --- a/srcpkgs/mame/template +++ b/srcpkgs/mame/template @@ -17,8 +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" -LDFLAGS="-Wl,-fuse-ld=gold" build_options="qt" if [ -z "$CROSS_BUILD" ]; then @@ -30,7 +34,6 @@ do_build() { opts+=" NOWERROR=1" opts+=" TOOLS=1" opts+=" OPTIMIZE=3" - opts+=" VERBOSE=1" opts+=" USE_SYSTEM_LIB_EXPAT=1" opts+=" USE_SYSTEM_LIB_ZLIB=1" opts+=" USE_SYSTEM_LIB_JPEG=1"