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
f024c89f
Commit
f024c89f
authored
Aug 30, 2010
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Aug 30, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in: Add frontend-passes.o dependencies.
From-SVN: r163639
parent
525fb35c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/Make-lang.in
+1
-0
No files found.
gcc/fortran/ChangeLog
View file @
f024c89f
2010-08-30 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* Make-lang.in: Add frontend-passes.o dependencies.
2010-08-29 Janus Weil <janus@gcc.gnu.org>
2010-08-29 Janus Weil <janus@gcc.gnu.org>
PR fortran/42769
PR fortran/42769
...
...
gcc/fortran/Make-lang.in
View file @
f024c89f
...
@@ -339,6 +339,7 @@ fortran/f95-lang.o: $(GFORTRAN_TRANS_DEPS) fortran/mathbuiltins.def \
...
@@ -339,6 +339,7 @@ fortran/f95-lang.o: $(GFORTRAN_TRANS_DEPS) fortran/mathbuiltins.def \
libfuncs.h expr.h
libfuncs.h expr.h
fortran/scanner.o
:
toplev.h fortran/cpp.h
fortran/scanner.o
:
toplev.h fortran/cpp.h
fortran/convert.o
:
$(GFORTRAN_TRANS_DEPS)
fortran/convert.o
:
$(GFORTRAN_TRANS_DEPS)
fortran/frontend-passes.o
:
$(GFORTRAN_TRANS_DEPS)
fortran/trans.o
:
$(GFORTRAN_TRANS_DEPS) tree-iterator.h
fortran/trans.o
:
$(GFORTRAN_TRANS_DEPS) tree-iterator.h
fortran/trans-decl.o
:
$(GFORTRAN_TRANS_DEPS) gt-fortran-trans-decl.h
\
fortran/trans-decl.o
:
$(GFORTRAN_TRANS_DEPS) gt-fortran-trans-decl.h
\
$(CGRAPH_H) $(TARGET_H) $(FUNCTION_H) $(FLAGS_H) $(RTL_H) $(GIMPLE_H)
\
$(CGRAPH_H) $(TARGET_H) $(FUNCTION_H) $(FLAGS_H) $(RTL_H) $(GIMPLE_H)
\
...
...
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