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

Collapse All | Expand All

(-)/trunk/config.lib (-2 / +2 lines)
Lines 2406-2410 Link Here
2406
EOF
2406
EOF
2407
	execute="$cxx_host $CFLAGS -c tmp.iconv.cpp -o tmp.iconv -DTESTING 2>&1"
2407
	execute="$cxx_host $CFLAGS -c tmp.iconv.cpp -o tmp.iconv -DTESTING 2>&1"
2408
	eval $execute >&/dev/null
2408
	eval $execute > /dev/null
2409
	ret=$?
2409
	ret=$?
2410
	log 2 "executing $execute"
2410
	log 2 "executing $execute"
Lines 2427-2431 Link Here
2427
EOF
2427
EOF
2428
	execute="$cxx_host $CFLAGS tmp.iconv.cpp -o tmp.iconv -DTESTING 2>&1"
2428
	execute="$cxx_host $CFLAGS tmp.iconv.cpp -o tmp.iconv -DTESTING 2>&1"
2429
	eval $execute >&/dev/null
2429
	eval $execute > /dev/null
2430
	ret=$?
2430
	ret=$?
2431
	log 2 "executing $execute"
2431
	log 2 "executing $execute"

Return to bug 264963