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
57057b67
Commit
57057b67
authored
Dec 22, 1998
by
Rodney Brown
Committed by
Jeff Law
Dec 22, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.guess: Use C code to identify more HP machines.
From-SVN: r24398
parent
cae8acdd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
ChangeLog
+4
-0
config.guess
+2
-1
No files found.
ChangeLog
View file @
57057b67
Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
* config.guess: Use C code to identify more HP machines.
Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
* config.sub: Handle hppa2.0.
...
...
config.guess
View file @
57057b67
...
...
@@ -367,7 +367,8 @@ EOF
case
"
${
UNAME_MACHINE
}
"
in
9000/31?
)
HP_ARCH
=
m68000
;;
9000/[34]??
)
HP_ARCH
=
m68k
;;
9000/6??
|
9000/7??
|
9000/80[24]
|
9000/8?[13679]
|
9000/892
)
9000/[678][0-9][0-9]
)
sed
's/^ //'
<<
EOF
>dummy.c
#include <stdlib.h>
#include <unistd.h>
...
...
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