1 diff -urN binutils-2.16.1-orig/config.guess binutils-2.16.1/config.guess
2 --- binutils-2.16.1-orig/config.guess Mon Nov 15 19:18:39 2004
3 +++ binutils-2.16.1/config.guess Fri Apr 7 17:33:30 2006
5 # Note: order is significant - the case branches are not exclusive.
7 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
9 + echo ${UNAME_MACHINE}-polintos
12 # NetBSD (nbsd) targets should (where applicable) match one or
13 # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
14 diff -urN binutils-2.16.1-orig/config.sub binutils-2.16.1/config.sub
15 --- binutils-2.16.1-orig/config.sub Tue Jan 18 18:34:56 2005
16 +++ binutils-2.16.1/config.sub Fri Apr 7 17:35:18 2006
18 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
19 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
20 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
21 - | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
22 + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
24 # Remember, each alternative MUST END IN *, to match a version number.