1 --- src/SQUIRREL3/squirrel/Makefile 2011-09-09 09:38:40.047691835 +0200
2 +++ src/SQUIRREL3/squirrel/Makefile 2011-09-09 09:39:33.401024825 +0200
7 - gcc -O2 -fno-exceptions -fno-rtti -Wall -fno-strict-aliasing -c $(SRCS) $(INCZ) $(DEFS)
8 + gcc -O2 -fno-exceptions -fno-rtti -Wall -fno-strict-aliasing -fPIC -c $(SRCS) $(INCZ) $(DEFS)
13 - gcc -O2 -pg -fno-exceptions -fno-rtti -pie -gstabs -g3 -Wall -fno-strict-aliasing -c $(SRCS) $(INCZ) $(DEFS)
14 + gcc -O2 -pg -fno-exceptions -fno-rtti -pie -gstabs -g3 -Wall -fno-strict-aliasing -fPIC -c $(SRCS) $(INCZ) $(DEFS)
19 - gcc -O2 -m64 -D_SQ64 -fno-exceptions -fno-rtti -Wall -fno-strict-aliasing -c $(SRCS) $(INCZ) $(DEFS)
20 + gcc -O2 -m64 -D_SQ64 -fno-exceptions -fno-rtti -Wall -fno-strict-aliasing -fPIC -c $(SRCS) $(INCZ) $(DEFS)