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
f9ae47d6
Commit
f9ae47d6
authored
Apr 10, 1999
by
Philipp Thomas
Committed by
Richard Henderson
Apr 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.sub: Set basic_machine to i586 when target_alias = k6-*.
From-SVN: r26340
parent
f5c14c21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
ChangeLog
+4
-0
config.sub
+4
-4
No files found.
ChangeLog
View file @
f9ae47d6
Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
* config.sub: Set basic_machine to i586 when target_alias = k6-*.
Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
* configure (gxx_include_dir): Removed.
...
...
config.sub
View file @
f9ae47d6
...
...
@@ -641,19 +641,19 @@ case $basic_machine in
pc532
|
pc532-
*
)
basic_machine
=
ns32k-pc532
;;
pentium
|
p5
|
k5
|
nexen
)
pentium
|
p5
|
k5
|
k6
|
nexen
)
basic_machine
=
i586-pc
;;
pentiumpro
|
p6
|
k6
|
6x86
)
pentiumpro
|
p6
|
6x86
)
basic_machine
=
i686-pc
;;
pentiumii
|
pentium2
)
basic_machine
=
i786-pc
;;
pentium-
*
|
p5-
*
|
k5-
*
|
nexen-
*
)
pentium-
*
|
p5-
*
|
k5-
*
|
k6-
*
|
nexen-
*
)
basic_machine
=
i586-
`
echo
$basic_machine
| sed
's/^[^-]*-//'
`
;;
pentiumpro-
*
|
p6-
*
|
k6-
*
|
6x86-
*
)
pentiumpro-
*
|
p6-
*
|
6x86-
*
)
basic_machine
=
i686-
`
echo
$basic_machine
| sed
's/^[^-]*-//'
`
;;
pentiumii-
*
|
pentium2-
*
)
...
...
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