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
ed616c6c
Commit
ed616c6c
authored
9 years ago
by
Arnaud Charlet
Committed by
Arnaud Charlet
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make-lang.in: Update dependencies
* gcc-interface/Make-lang.in: Update dependencies From-SVN: r228882
parent
e3d9f448
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/ada/ChangeLog
+1
-0
gcc/ada/gcc-interface/Make-lang.in
+3
-3
No files found.
gcc/ada/ChangeLog
View file @
ed616c6c
...
...
@@ -42,6 +42,7 @@
*
checks
.
adb
:
Fix
typo
.
*
s
-
osinte
-
linux
.
ads
:
Add
header
.
*
projects
.
texi
:
Removed
,
no
longer
used
.
*
gcc
-
interface
/
Make
-
lang
.
in
:
Update
dependencies
*
s
-
multip
.
adb
:
Minor
:
fix
header
.
*
sem_ch3
.
adb
,
exp_ch7
.
adb
,
g
-
dirope
.
ads
,
sinfo
.
ads
,
types
.
ads
,
a
-
textio
.
adb
,
s
-
exctra
.
adb
,
ali
.
adb
,
back_end
.
ads
,
exp_intr
.
adb
,
...
...
This diff is collapsed.
Click to expand it.
gcc/ada/gcc-interface/Make-lang.in
View file @
ed616c6c
...
...
@@ -659,7 +659,7 @@ ada.tags: force
# Generate documentation.
doc/gnat_ugn.info
:
ada/gnat_ugn.texi
ada/projects.texi
\
doc/gnat_ugn.info
:
ada/gnat_ugn.texi
\
$(gcc_docdir)/include/fdl.texi $(gcc_docdir)/include/gcc-common.texi
\
gcc-vers.texi
if
[
x
$(BUILD_INFO)
=
xinfo
]
;
then
\
...
...
@@ -717,7 +717,7 @@ ada.html:
ada.install-html
:
doc/gnat_ugn.dvi
:
ada/gnat_ugn.texi
ada/projects.texi
\
doc/gnat_ugn.dvi
:
ada/gnat_ugn.texi
\
$(gcc_docdir)/include/fdl.texi
\
$(gcc_docdir)/include/gcc-common.texi gcc-vers.texi
$(TEXI2DVI)
-c
-I
$(abs_docdir)
/include
-o
$@
$<
...
...
@@ -729,7 +729,7 @@ doc/gnat_rm.dvi: ada/gnat_rm.texi $(gcc_docdir)/include/fdl.texi \
doc/gnat-style.dvi
:
ada/gnat-style.texi $(gcc_docdir)/include/fdl.texi
$(TEXI2DVI)
-c
-I
$(abs_docdir)
/include
-o
$@
$<
doc/gnat_ugn.pdf
:
ada/gnat_ugn.texi
ada/projects.texi
\
doc/gnat_ugn.pdf
:
ada/gnat_ugn.texi
\
$(gcc_docdir)/include/fdl.texi
\
$(gcc_docdir)/include/gcc-common.texi gcc-vers.texi
$(TEXI2PDF)
-c
-I
$(abs_docdir)
/include
-o
$@
$<
...
...
This diff is collapsed.
Click to expand it.
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