Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276338 | Differences between
and this patch

Collapse All | Expand All

(-)release/plugins/bmake (-2 / +2 lines)
Lines 57-66 Link Here
57
	LDFLAGS="-Bshareable";
57
	LDFLAGS="-Bshareable";
58
elif ( test $UNAME = "Linux" ) then
58
elif ( test $UNAME = "Linux" ) then
59
	CC="gcc";
59
	CC="gcc";
60
	CFLAGS="-fPIC -funsigned-char -O2";
60
#	CFLAGS="-fPIC -funsigned-char -O2";
61
61
62
	LD="ld";
62
	LD="ld";
63
	LDFLAGS="-Bshareable";
63
#	LDFLAGS="-Bshareable";
64
elif ( test $UNAME = "SunOS" ) then
64
elif ( test $UNAME = "SunOS" ) then
65
	CC="cc";
65
	CC="cc";
66
	CFLAGS="-O";
66
	CFLAGS="-O";

Return to bug 276338