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
22097bd1
Commit
22097bd1
authored
Sep 09, 1998
by
Robert Lipe
Committed by
Robert Lipe
Sep 09, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.guess: Match "Pent II" or "PentII" for OpenServer.
From-SVN: r22358
parent
ad206475
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
ChangeLog
+4
-0
config.guess
+2
-3
No files found.
ChangeLog
View file @
22097bd1
Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
* config.guess: Match "Pent II" or "PentII" for OpenServer.
Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
* config.guess: Correctly identify Pentium II sco boxes.
...
...
config.guess
View file @
22097bd1
...
...
@@ -687,9 +687,8 @@ EOF
(
/bin/uname
-X
|egrep i80486
>
/dev/null
)
&&
UNAME_MACHINE
=
i486
(
/bin/uname
-X
|egrep
'^Machine.*Pentium'
>
/dev/null
)
\
&&
UNAME_MACHINE
=
i586
(
/bin/uname
-X
|egrep
'^Machine.*PentII'
>
/dev/null
)
\
&&
UNAME_MACHINE
=
i686
(
/bin/uname
-X
|egrep
'^Machine.*Pent II'
>
/dev/null
)
\
# 5.0.4c returns "Pent II". 5.0.5 returns PentII
(
/bin/uname
-X
|egrep
'^Machine.*Pent *II'
>
/dev/null
)
\
&&
UNAME_MACHINE
=
i686
(
/bin/uname
-X
|egrep
'^Machine.*Pentium Pro'
>
/dev/null
)
\
&&
UNAME_MACHINE
=
i686
...
...
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