Revert "mame: use ld.gold for linking for a try"

This reverts commit 85132987af.

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
This commit is contained in:
Jürgen Buchmüller 2016-04-02 11:39:33 +02:00
parent 85132987af
commit 6676b5cf71

View file

@ -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"