From 17c66c3da043e7c102b6c2551f719ea472761669 Mon Sep 17 00:00:00 2001 From: Kalamatee Date: Mon, 18 Apr 2016 21:57:41 +0100 Subject: [PATCH] pass static-libstdc++ via USER_LDFLAGS --- neo/mmakefile.src | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/neo/mmakefile.src b/neo/mmakefile.src index 854be98e..c2afa0de 100644 --- a/neo/mmakefile.src +++ b/neo/mmakefile.src @@ -9,9 +9,11 @@ DOOM3_GAMEDIR := base GRAPHITE_CFLAGS := \ -ftree-loop-linear -floop-strip-mine -floop-block -USER_CFLAGS := \ +USER_CFLAGS := -Wno-error +USER_CXXFLAGS := \ -ffast-math -fomit-frame-pointer \ - -Wno-error -fexceptions -static-libstdc++ + -Wno-error -fexceptions +USER_LDFLAGS := -static-libstdc++ #MM- aros-doom3-libs : workbench-libs-jpeg-linklib contrib-openal-linklib development-libogg development-libvorbis #MM- aros-doom3-libs : contrib-curl contrib-sdl development-SDL_gfx-quick