diff options
author | Per Bothner <per@bothner.com> | 1995-12-12 00:47:21 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-12-12 00:47:21 +0000 |
commit | d72d8b1328aa3a185223608f894d89e49ae0f817 (patch) | |
tree | b3ddf931d271f0294a232524bc8a6fbc8beefeaa /config.guess | |
parent | 25b86c05c3e6ec72e7eea03e1d3c9a28e9abbe13 (diff) | |
download | glibc-d72d8b1328aa3a185223608f894d89e49ae0f817.tar.gz glibc-d72d8b1328aa3a185223608f894d89e49ae0f817.tar.xz glibc-d72d8b1328aa3a185223608f894d89e49ae0f817.zip |
(powerpc-harris-powerunix): Add guess for port to new target.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index 93b974da4c..f840201417 100755 --- a/config.guess +++ b/config.guess @@ -120,6 +120,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in mips:*:5*:RISCos) echo mips-mips-riscos${UNAME_RELEASE} exit 0 ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit 0 ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit 0 ;; |