summaryrefslogtreecommitdiff
blob: b78d5a4246ec87ff39567d58ae2e8aff08be6786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- release/plugins/bmake	2010-03-21 17:44:20.500741049 +0100
+++ release/plugins/bmake	2010-03-21 17:44:33.659740173 +0100
@@ -57,10 +57,10 @@
 	LDFLAGS="-Bshareable";
 elif ( test $UNAME = "Linux" ) then
 	CC="gcc";
-	CFLAGS="-fPIC -funsigned-char -O2";
+#	CFLAGS="-fPIC -funsigned-char -O2";
 
 	LD="ld";
-	LDFLAGS="-Bshareable";
+#	LDFLAGS="-Bshareable";
 elif ( test $UNAME = "SunOS" ) then
 	CC="cc";
 	CFLAGS="-O";