summaryrefslogtreecommitdiff
blob: 0fff6d8ad3e52e0c0281175ed614568756cbb821 (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";