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
c4a33af7
Commit
c4a33af7
authored
Jun 06, 1997
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(*:Linux:*:*): Don't test for elf_i.86 or m68kelf.
From-SVN: r14156
parent
c661f27e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
+1
-5
gcc/config.guess
+1
-5
No files found.
gcc/config.guess
View file @
c4a33af7
...
@@ -436,16 +436,12 @@ EOF
...
@@ -436,16 +436,12 @@ EOF
# The BFD linker knows what the default object file format is, so
# The BFD linker knows what the default object file format is, so
# first see if it will tell us.
# first see if it will tell us.
ld_help_string
=
`
ld
--help
2>&1
`
ld_help_string
=
`
ld
--help
2>&1
`
if
echo
"
$ld_help_string
"
|
grep
>
/dev/null 2>&1
"supported emulations: elf_i.86"
;
then
if
echo
"
$ld_help_string
"
|
grep
>
/dev/null 2>&1
"supported emulations: i.86linux"
;
then
echo
"
${
UNAME_MACHINE
}
-pc-linux-gnu"
;
exit
0
elif
echo
"
$ld_help_string
"
|
grep
>
/dev/null 2>&1
"supported emulations: i.86linux"
;
then
echo
"
${
UNAME_MACHINE
}
-pc-linux-gnuaout"
;
exit
0
echo
"
${
UNAME_MACHINE
}
-pc-linux-gnuaout"
;
exit
0
elif
echo
"
$ld_help_string
"
|
grep
>
/dev/null 2>&1
"supported emulations: i.86coff"
;
then
elif
echo
"
$ld_help_string
"
|
grep
>
/dev/null 2>&1
"supported emulations: i.86coff"
;
then
echo
"
${
UNAME_MACHINE
}
-pc-linux-gnucoff"
;
exit
0
echo
"
${
UNAME_MACHINE
}
-pc-linux-gnucoff"
;
exit
0
elif
echo
$ld_help_string
|
grep
>
/dev/null 2>&1
"supported emulations:sparclinux"
;
then
elif
echo
$ld_help_string
|
grep
>
/dev/null 2>&1
"supported emulations:sparclinux"
;
then
echo
"
${
UNAME_MACHINE
}
-unknown-linux-gnuaout"
;
exit
0
echo
"
${
UNAME_MACHINE
}
-unknown-linux-gnuaout"
;
exit
0
elif
echo
"
$ld_help_string
"
|
grep
>
/dev/null 2>&1
"supported emulations: m68kelf"
;
then
echo
"
${
UNAME_MACHINE
}
-unknown-linux-gnu"
;
exit
0
elif
echo
"
$ld_help_string
"
|
grep
>
/dev/null 2>&1
"supported emulations: m68klinux"
;
then
elif
echo
"
$ld_help_string
"
|
grep
>
/dev/null 2>&1
"supported emulations: m68klinux"
;
then
echo
"
${
UNAME_MACHINE
}
-unknown-linux-gnuaout"
;
exit
0
echo
"
${
UNAME_MACHINE
}
-unknown-linux-gnuaout"
;
exit
0
elif
echo
"
$ld_help_string
"
|
grep
>
/dev/null 2>&1
"supported emulations: elf32ppc"
;
then
elif
echo
"
$ld_help_string
"
|
grep
>
/dev/null 2>&1
"supported emulations: elf32ppc"
;
then
...
...
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