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

(-)gcc-config~ (-1 / +9 lines)
Lines 34-39 Link Here
34
                             profile are located.
34
                             profile are located.
35
  -X, --get-stdcxx-incdir    Print path where g++ include files of the
35
  -X, --get-stdcxx-incdir    Print path where g++ include files of the
36
                             given/current profile are located.
36
                             given/current profile are located.
37
  -n, --no-color             Disable colorized output.
37
38
38
Profile names are of the form:  <CHOST>-<gcc version>
39
Profile names are of the form:  <CHOST>-<gcc version>
39
For example:                    i686-pc-linux-gnu-3.2.1
40
For example:                    i686-pc-linux-gnu-3.2.1
Lines 456-462 Link Here
456
457
457
			x=${x##*/}
458
			x=${x##*/}
458
			if [[ ${x} == ${CURRENT_NATIVE} ]] ; then
459
			if [[ ${x} == ${CURRENT_NATIVE} ]] ; then
459
				x="${x} ${GOOD}*${NORMAL}"
460
				if [[ -z ${NOCOLOR} ]]; then
461
					x="${x} ${GOOD}*${NORMAL}"
462
				else
463
					x="${x} *"
464
				fi
460
			elif [[ -e ${GCC_ENV_D}/config-${target} ]] ; then
465
			elif [[ -e ${GCC_ENV_D}/config-${target} ]] ; then
461
				source "${GCC_ENV_D}/config-${target}"
466
				source "${GCC_ENV_D}/config-${target}"
462
				[[ ${x} == ${CURRENT} ]] && x="${x} ${HILITE}*${NORMAL}"
467
				[[ ${x} == ${CURRENT} ]] && x="${x} ${HILITE}*${NORMAL}"
Lines 661-666 Link Here
661
				DOIT="get_stdcxx_incdir"
666
				DOIT="get_stdcxx_incdir"
662
			fi
667
			fi
663
			;;
668
			;;
669
		-n|--no-color)
670
			NOCOLOR='yes please'
671
			;;
664
		-h|--help)
672
		-h|--help)
665
			usage 0
673
			usage 0
666
			;;
674
			;;

Return to bug 204176