Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
766e6d2d
Commit
766e6d2d
authored
Jul 07, 1997
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(i?86:UNIX_SV:4.2MP:2.*): Recognize unixware.
From-SVN: r14397
parent
28517aa4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
gcc/config.guess
+8
-0
No files found.
gcc/config.guess
View file @
766e6d2d
...
@@ -520,6 +520,14 @@ EOF
...
@@ -520,6 +520,14 @@ EOF
i?86:DYNIX/ptx:4
*
:
*
)
i?86:DYNIX/ptx:4
*
:
*
)
echo
i386-sequent-sysv4
echo
i386-sequent-sysv4
exit
0
;;
exit
0
;;
i?86:UNIX_SV:4.2MP:2.
*
)
# Unixware is an offshoot of SVR4, but it has its own version
# number series starting with 2...
# I am not positive that other SVR4 systems won't match this,
# I just have to hope. -- rms.
# Use sysv4.2uw... so that sysv4* matches it.
echo
${
UNAME_MACHINE
}
-pc-sysv4
.2uw
${
UNAME_VERSION
}
exit
0
;;
i?86:
*
:4.
*
:
*
|
i?86:SYSTEM_V:4.
*
:
*
)
i?86:
*
:4.
*
:
*
|
i?86:SYSTEM_V:4.
*
:
*
)
if
grep
Novell /usr/include/link.h
>
/dev/null 2>/dev/null
;
then
if
grep
Novell /usr/include/link.h
>
/dev/null 2>/dev/null
;
then
echo
${
UNAME_MACHINE
}
-univel-sysv
${
UNAME_RELEASE
}
echo
${
UNAME_MACHINE
}
-univel-sysv
${
UNAME_RELEASE
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment