Skip to content

Commit

Permalink
use --whole-archive option instead of -whole-archive for solaris ld
Browse files Browse the repository at this point in the history
  • Loading branch information
cstes committed Jan 6, 2024
1 parent cc2dd90 commit af5f4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/unix/config/Makefile.in
Expand Up @@ -45,7 +45,7 @@ all : $(squeak) plugins squeak.1 $(npsqueak)
# VM

$(squeak) : config.sh $(SQLIBS) version.o
$(LINK) $(squeak) $(SQLIBS) version.o $(LIBS) [plibs] -Wl,-whole-archive,vm/vm.a,-no-whole-archive
$(LINK) $(squeak) $(SQLIBS) version.o $(LIBS) [plibs] -Wl,--whole-archive,vm/vm.a,--no-whole-archive
@echo
@size $(squeak)
@echo
Expand Down

0 comments on commit af5f4f8

Please sign in to comment.