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
3b7265ff
Commit
3b7265ff
authored
Feb 22, 1999
by
Nick Clifton
Committed by
Nick Clifton
Feb 22, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support ARM/Linux's armv syntax
From-SVN: r25381
parent
f5a1b0d2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletions
+17
-1
ChangeLog
+8
-0
config.guess
+1
-0
config.sub
+8
-1
No files found.
ChangeLog
View file @
3b7265ff
...
...
@@ -7,6 +7,14 @@ Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
* Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
only if it is not empty.
1999-02-17 Nick Clifton <nickc@cygnus.com>
Patch from: Scott Bambrough <scottb@corelcomputer.com>
* config.guess: Modified to recognize uname's armv* syntax.
* config.sub: Modified to recognize uname's armv* syntax.
Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
* configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
...
...
config.guess
View file @
3b7265ff
...
...
@@ -552,6 +552,7 @@ EOF
# uname on the ARM produces all sorts of strangeness, and we need to
# filter it out.
case
"
$UNAME_MACHINE
"
in
armv
*
)
UNAME_MACHINE
=
$UNAME_MACHINE
;;
arm
*
|
sa110
*
)
UNAME_MACHINE
=
"arm"
;;
esac
...
...
config.sub
View file @
3b7265ff
...
...
@@ -221,7 +221,7 @@ case $basic_machine in
|
sparc64-
*
|
sparcv9-
*
|
sparc86x-
*
|
mips64-
*
|
mipsel-
*
\
|
mips64el-
*
|
mips64orion-
*
|
mips64orionel-
*
\
|
mipstx39-
*
|
mipstx39el-
*
\
|
f301-
*
)
|
f301-
*
|
armv-
*
-
*
)
;;
m88110-
*
|
m680[01234]0-
*
|
m683?2-
*
|
m68360-
*
|
z8k-
*
|
h8500-
*
|
d10v-
*
)
# CYGNUS LOCAL
;;
...
...
@@ -564,6 +564,10 @@ case $basic_machine in
basic_machine
=
i386-unknown
# CYGNUS LOCAL
os
=
-netbsd
;;
netwinder
)
basic_machine
=
armv4l-corel
os
=
-linux
;;
news
|
news700
|
news800
|
news900
)
basic_machine
=
m68k-sony
os
=
-newsos
...
...
@@ -1037,6 +1041,9 @@ case $basic_machine in
*
-acorn
)
os
=
-riscix1
.2
;;
arm
*
-corel
)
os
=
-linux
;;
arm
*
-semi
)
os
=
-aout
;;
...
...
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