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

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- a/gen_compile.sh
0
++ b/gen_compile.sh
Lines 11-17 Link Here
11
	fi
11
	fi
12
	if [ "${KERNEL_CC}" != '' ]
12
	if [ "${KERNEL_CC}" != '' ]
13
	then
13
	then
14
		ARGS="CC=\"${KERNEL_CC}\""
14
		ARGS="${ARGS} CC=\"${KERNEL_CC}\""
15
	fi
15
	fi
16
	if [ "${KERNEL_LD}" != '' ]
16
	if [ "${KERNEL_LD}" != '' ]
17
	then
17
	then
Lines 46-56 Link Here
46
46
47
	if [ "${UTILS_ARCH}" != '' ]
47
	if [ "${UTILS_ARCH}" != '' ]
48
	then
48
	then
49
		ARGS="ARCH=\"${UTILS_ARCH}\""
49
		ARGS="${ARGS} ARCH=\"${UTILS_ARCH}\""
50
	fi
50
	fi
51
	if [ "${UTILS_CC}" != '' ]
51
	if [ "${UTILS_CC}" != '' ]
52
	then
52
	then
53
		ARGS="CC=\"${UTILS_CC}\""
53
		ARGS="${ARGS} CC=\"${UTILS_CC}\""
54
	fi
54
	fi
55
	if [ "${UTILS_LD}" != '' ]
55
	if [ "${UTILS_LD}" != '' ]
56
	then
56
	then

Return to bug 658692