diff --git a/main/Makefile b/main/Makefile index 68d5649418..da2197f9b9 100644 --- a/main/Makefile +++ b/main/Makefile @@ -63,7 +63,7 @@ ifneq ($(findstring darwin,$(OSARCH)),) else # These are used for all but Darwin ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),) - ASTLINK+=-Wl,--export-dynamic -Wl,--exclude-libs -Wl,ALL + ASTLINK+=-Wl,--export-dynamic else ASTLINK+=${GC_LDFLAGS} endif