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

(-)linux-atm-2.4.1/config.sub.chris (-1 / +1 lines)
Lines 117-123 Link Here
117
# Here we must recognize all the valid KERNEL-OS combinations.
117
# Here we must recognize all the valid KERNEL-OS combinations.
118
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
118
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
119
case $maybe_os in
119
case $maybe_os in
120
  nto-qnx* | linux-gnu* | storm-chaos* | os2-emx*)
120
  nto-qnx* | linux-gnu* | linux-uclibc* | storm-chaos* | os2-emx*)
121
    os=-$maybe_os
121
    os=-$maybe_os
122
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
122
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
123
    ;;
123
    ;;

Return to bug 61184