Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 239867
Collapse All | Expand All

(-)create.make.orig (-7 / +2 lines)
Lines 237-250 Link Here
237
237
238
	if [ -n "$CFLAGS" ]
238
	if [ -n "$CFLAGS" ]
239
	then
239
	then
240
		if [ -z "`echo $CFLAGS | grep '[-]g'`" ]
240
		other_cflags="${CFLAGS}"
241
		then
242
			other_cflags="${CFLAGS} -s"
243
		else
244
			other_cflags="${CFLAGS}"
245
		fi
246
	else
241
	else
247
		other_cflags="-s"
242
		other_cflags=""
248
	fi
243
	fi
249
fi
244
fi
250
245

Return to bug 239867