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
3a0120cf
Commit
3a0120cf
authored
Jan 23, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak SCO5 stuff.
From-SVN: r17466
parent
ed1ecb19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 deletions
+5
-11
gcc/install.texi
+5
-11
No files found.
gcc/install.texi
View file @
3a0120cf
...
...
@@ -973,17 +973,11 @@ Use this configuration for SCO release 3.2 version 4.
Use
this
for
the
SCO
OpenServer
Release
family
including
5
.
0
.
0
,
5
.
0
.
2
,
5
.
0
.
4
,
Internet
FastStart
1
.
0
,
and
Internet
FastStart
1
.
1
.
GNU
CC
can
generate
ELF
binaries
(
if
you
specify
@samp
{
-
melf
})
or
COFF
binaries
(
the
default
).
If
you
are
going
to
build
your
compiler
in
ELF
mode
(
once
you
have
bootstrapped
the
first
stage
compiler
)
you
@strong
{
must
}
specify
@samp
{
-
melf
}
as
part
of
@code
{
CC
},
@emph
{
not
}
@code
{
CFLAGS
},
for
example
as
@samp
{
CC
=
"stage1/xgcc -melf -Bstage1/"
}.
If
you
do
not
do
this
,
the
bootstrap
will
generate
incorrect
versions
of
@file
{
libgcc
.
a
}.
You
must
have
TLS597
(
from
ftp
.
sco
.
com
/
TLS
)
installed
for
ELF
binaries
to
work
correctly
.
Note
that
Open
Server
5
.
0
.
2
@emph
{
does
}
need
TLS597
installed
.
GNU
CC
can
generate
either
ELF
or
COFF
binaries
.
ELF
is
the
default
.
To
get
COFF
output
,
you
must
specify
@samp
{
-
mcoff
})
on
the
command
line
.
For
5
.
0
.
0
and
5
.
0
.
2
,
you
must
install
TLS597
from
ftp
.
sco
.
com
/
TLS
.
5
.
0
.
4
and
later
do
not
require
this
patch
.
@emph
{
NOTE
:
}
You
must
follow
the
instructions
about
invoking
@samp
{
make
bootstrap
}
because
the
native
OpenServer
compiler
builds
...
...
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