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
98c748b8
Commit
98c748b8
authored
May 15, 1995
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.guess: Recognize Cray90 (from Pete TerMaat).
From-SVN: r9688
parent
1519594d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
gcc/config.guess
+5
-2
No files found.
gcc/config.guess
View file @
98c748b8
...
@@ -288,8 +288,11 @@ EOF
...
@@ -288,8 +288,11 @@ EOF
echo
xmp-cray-unicos
echo
xmp-cray-unicos
exit
0
;;
exit
0
;;
CRAY
*
Y-MP:
*
:
*
:
*
)
CRAY
*
Y-MP:
*
:
*
:
*
)
echo
ymp-cray-unicos
${
UNAME_RELEASE
}
echo
ymp-cray-unicos
${
UNAME_RELEASE
}
exit
0
;;
exit
0
;;
CRAY
*
C90:
*
:
*
:
*
)
echo
c90-cray-unicos
${
UNAME_RELEASE
}
exit
0
;;
CRAY-2:
*
:
*
:
*
)
CRAY-2:
*
:
*
:
*
)
echo
cray2-cray-unicos
echo
cray2-cray-unicos
exit
0
;;
exit
0
;;
...
...
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