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

Collapse All | Expand All

(-)comm-1.9.2.orig/configure.in (-1 / +3 lines)
Lines 1424-1432 Link Here
1424
    CPU_ARCH="$OS_TEST"
1424
    CPU_ARCH="$OS_TEST"
1425
    ;;
1425
    ;;
1426
1426
1427
arm)
1427
arm*)
1428
    if test "$OS_TARGET" = "WINCE"; then
1428
    if test "$OS_TARGET" = "WINCE"; then
1429
        CPU_ARCH="$OS_TEST"
1429
        CPU_ARCH="$OS_TEST"
1430
    else
1431
        CPU_ARCH="arm"
1430
    fi
1432
    fi
1431
    ;;
1433
    ;;
1432
esac
1434
esac
(-)comm-1.9.2.orig/mozilla/js/src/configure.in (-1 / +3 lines)
Lines 1162-1170 Link Here
1162
    CPU_ARCH="$OS_TEST"
1162
    CPU_ARCH="$OS_TEST"
1163
    ;;
1163
    ;;
1164
1164
1165
arm)
1165
arm*)
1166
    if test "$OS_TARGET" = "WINCE"; then
1166
    if test "$OS_TARGET" = "WINCE"; then
1167
        CPU_ARCH="$OS_TEST"
1167
        CPU_ARCH="$OS_TEST"
1168
    else
1169
        CPU_ARCH="arm"
1168
    fi
1170
    fi
1169
    ;;
1171
    ;;
1170
esac
1172
esac

Return to bug 327783