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
6eef3189
Commit
6eef3189
authored
Jan 22, 1998
by
Philip Blundell
Committed by
Jeff Law
Jan 22, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.guess: Add support for Linux/ARM.
From-SVN: r17455
parent
4e762a38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
ChangeLog
+4
-0
config.guess
+7
-0
No files found.
ChangeLog
View file @
6eef3189
Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
* config.guess: Add support for Linux/ARM.
Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
* configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
...
...
config.guess
View file @
6eef3189
...
...
@@ -493,6 +493,12 @@ EOF
echo
`
echo
${
UNAME_MACHINE
}
|sed
-e
's,[-/].*$,,'
`
-unknown-gnu
`
echo
${
UNAME_RELEASE
}
|sed
-e
's,/.*$,,'
`
exit
0
;;
*
:Linux:
*
:
*
)
# uname on the ARM produces all sorts of strangeness, and we need to
# filter it out.
case
"
$UNAME_MACHINE
"
in
arm
*
|
sa110
*
)
UNAME_MACHINE
=
"arm"
;;
esac
# The BFD linker knows what the default object file format is, so
# first see if it will tell us.
ld_help_string
=
`
ld
--help
2>&1
`
...
...
@@ -506,6 +512,7 @@ EOF
i?86linux
)
echo
"
${
UNAME_MACHINE
}
-pc-linux-gnuaout"
;
exit
0
;;
i?86coff
)
echo
"
${
UNAME_MACHINE
}
-pc-linux-gnucoff"
;
exit
0
;;
sparclinux
)
echo
"
${
UNAME_MACHINE
}
-unknown-linux-gnuaout"
;
exit
0
;;
armlinux
)
echo
"
${
UNAME_MACHINE
}
-unknown-linux-gnuaout"
;
exit
0
;;
m68klinux
)
echo
"
${
UNAME_MACHINE
}
-unknown-linux-gnuaout"
;
exit
0
;;
elf32ppc
)
# Determine Lib Version
...
...
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