]> Git Repo - binutils.git/blobdiff - config.guess
* config.guess: Recognize NCR running SVR4.3.
[binutils.git] / config.guess
index 71616edbbdd43457b650e0edce11c1d8dad470d8..c51ee49250bf56719e76767b9c60507a92be1e36 100755 (executable)
@@ -225,6 +225,9 @@ EOF
     3[34]??:*:4.0:*)
        uname -p 2>/dev/null | grep 86 >/dev/null \
          && echo i486-ncr-sysv4 && exit 0 ;;
+    33[56]0,3???:*:4.0:*)
+       uname -p 2>/dev/null | grep 86 >/dev/null \
+         && echo i486-ncr-sysv43 && exit 0 ;;
     m680[234]0:LynxOS:2.2*:*)
        echo m68k-lynx-lynxos${UNAME_RELEASE}
        exit 0 ;;
This page took 0.021377 seconds and 4 git commands to generate.