aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneonloop2021-05-08 21:53:19 +0000
committerneonloop2021-05-08 21:53:19 +0000
commitb3c56f44c2d45e4ef6fcc706aedede56afa7c13b (patch)
treeab66db88cad6be501b0c1c3300b19faec62ed913
parent337e4622f60e11c179ab39419e65c185b84e05e7 (diff)
downloadhydracastlelabyrinth-trimui-s.tar.gz
hydracastlelabyrinth-trimui-s.tar.bz2
hydracastlelabyrinth-trimui-s.zip
Remove static linkingHEADtrimui-s
These common libraries should be made available in the launcher
-rw-r--r--Makefile.trimui2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.trimui b/Makefile.trimui
index b35dc76..48d5c97 100644
--- a/Makefile.trimui
+++ b/Makefile.trimui
@@ -4,7 +4,7 @@ SDL_CFLAGS := $(shell $(SYSROOT)/usr/bin/sdl-config --cflags)
SDL_LIBS := $(shell $(SYSROOT)/usr/bin/sdl-config --libs)
CFLAGS = -D_SDL -DTRIMUI -O2 -mcpu=arm926ej-s -mtune=arm926ej-s -Isrc -std=c99 $(SDL_CFLAGS)
-LDFLAGS = -lSDL -lm -Wl,-Bstatic -lSDL_mixer -lmad -lvorbisidec -lvorbisfile -lvorbis -logg -Wl,-Bdynamic
+LDFLAGS = -lSDL -lm -lSDL_mixer -lmad -lvorbisidec -lvorbisfile -lvorbis -logg
DEFINES = -Wall
OUTPUT = hcl.elf