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
38e23049
Commit
38e23049
authored
May 02, 2002
by
Joseph Myers
Committed by
Joseph Myers
May 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/install.texi: State GNAT version requirements.
From-SVN: r53040
parent
40f4a97d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
gcc/ChangeLog
+4
-0
gcc/doc/install.texi
+6
-1
No files found.
gcc/ChangeLog
View file @
38e23049
2002-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/install.texi: State GNAT version requirements.
2002-05-02 Nick Clifton <nickc@cambridge.redhat.com>
* config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form
...
...
gcc/doc/install.texi
View file @
38e23049
...
...
@@ -1037,7 +1037,8 @@ the number of processors in your machine.
@
section
Building
the
Ada
compiler
In
order
to
build
GNAT
,
the
Ada
compiler
,
you
need
a
working
GNAT
compiler
,
since
the
Ada
front
end
is
written
in
Ada
(
with
some
compiler
(
GNAT
version
3.13
or
later
,
or
GCC
version
3.1
or
later
),
since
the
Ada
front
end
is
written
in
Ada
(
with
some
GNAT
-
specific
extensions
),
and
GNU
make
.
However
,
you
do
not
need
a
full
installation
of
GNAT
,
just
the
GNAT
...
...
@@ -1048,6 +1049,10 @@ environment variable at the configure step. @command{configure} can
detect
the
driver
automatically
if
it
has
got
a
common
name
such
as
@
command
{
gcc
}
or
@
command
{
gnatgcc
}.
Of
course
,
you
still
need
a
working
C
compiler
(
the
compiler
driver
can
be
different
or
not
).
@
command
{
configure
}
does
not
test
whether
the
GNAT
installation
works
and
has
a
sufficiently
recent
version
;
if
too
old
a
GNAT
version
is
installed
,
the
build
will
fail
unless
@
option
{--
enable
-
languages
}
is
used
to
disable
building
the
Ada
front
end
.
Additional
build
tools
(
such
as
@
command
{
gnatmake
})
or
a
working
GNAT
run
-
time
library
installation
are
usually
@
emph
{
not
}
required
.
However
,
...
...
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