updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / squirrel / patch-0.1-2.diff
blob5fe2f2d6447224c0dc833cecb8743f48342b2a29
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
3 @@ -37,16 +37,16 @@
6 sq32:
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)
9 ar rc $(OUT) *.o
10 rm *.o
12 sqprof:
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)
15 ar rc $(OUT) *.o
16 rm *.o
18 sq64:
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)
21 ar rc $(OUT) *.o
22 rm *.o