]> git.buserror.net Git - polintos/scott/priv.git/blob - toolchain-patches/binutils/2.16.1/config.patch
minor doc updates
[polintos/scott/priv.git] / toolchain-patches / binutils / 2.16.1 / config.patch
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
4 @@ -139,6 +139,9 @@
5  # Note: order is significant - the case branches are not exclusive.
6  
7  case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
8 +    *:PolIntOS:*:*)
9 +        echo ${UNAME_MACHINE}-polintos
10 +        exit 0 ;;
11      *:NetBSD:*:*)
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
17 @@ -1178,7 +1178,8 @@
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* \
23 +             | -polintos*)
24         # Remember, each alternative MUST END IN *, to match a version number.
25                 ;;
26         -qnx*)