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
f7e2dc36
Commit
f7e2dc36
authored
26 years ago
by
Richard Henderson
Committed by
Richard Henderson
26 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Update dependancies for top-level gcc files that moved.
From-SVN: r22279
parent
6abc6f40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
9 deletions
+16
-9
gcc/ch/ChangeLog
+4
-0
gcc/ch/Makefile.in
+12
-9
No files found.
gcc/ch/ChangeLog
View file @
f7e2dc36
Sat Sep 5 22:25:51 1998 Richard Henderson <rth@cygnus.com>
* Makefile.in: Update dependancies for top-level gcc files that moved.
Sat Sep 5 02:21:08 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in: Tweak to avoid building runtime. It's built
...
...
This diff is collapsed.
Click to expand it.
gcc/ch/Makefile.in
View file @
f7e2dc36
...
...
@@ -270,7 +270,7 @@ $(srcdir)/hash.h:
$(RM)
gperf.tmp gperf.tmp2 sed.tmp
actions.o
:
actions.c $(CONFIG_H) $(CHILL_TREE_H) actions.h $(RTL_H)
\
lex.h $(srcdir)/../flags.h $(srcdir)/../obstack.h $(srcdir)/../input.h $(srcdir)/../expr.h ../insn-codes.h
lex.h $(srcdir)/../flags.h $(srcdir)/../
../include/
obstack.h $(srcdir)/../input.h $(srcdir)/../expr.h ../insn-codes.h
convert.o
:
convert.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../flags.h $(srcdir)/../tree.h
decl.o
:
decl.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../flags.h lex.h
except.o
:
except.c $(CONFIG_H) $(srcdir)/../tree.h $(RTL_H) $(CHILL_TREE_H)
...
...
@@ -281,17 +281,20 @@ grant.o: grant.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) $(srcdir)/../flags.h $(src
inout.o
:
inout.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../flags.h $(srcdir)/../input.h
lang.o
:
lang.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../input.h lex.h
lex.o
:
lex.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) $(srcdir)/../flags.h $(srcdir)/../input.h
\
$(srcdir)/parse.h $(srcdir)/../obstack.h lex.h
$(srcdir)/parse.h $(srcdir)/../
../include/
obstack.h lex.h
lex.c
:
hash.h
loop.o
:
loop.c $(CONFIG_H) $(RTL_H) $(CHILL_TREE_H) lex.h ../flags.h
\
../input.h ../obstack.h ../tree.h
loop.o
:
loop.c $(CONFIG_H) $(RTL_H) $(CHILL_TREE_H) lex.h
\
$(srcdir)/../flags.h $(srcdir)/../input.h
\
$(srcdir)/../../include/obstack.h $(srcdir)/../tree.h
parse.o
:
parse.c $(CONFIG_H) $(CHILL_TREE_H) parse.h
\
lex.h actions.h tasking.h
satisfy.o
:
satisfy.c $(CONFIG_H) $(CHILL_TREE_H) ../tree.h ../flags.h lex.h
timing.o
:
timing.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) ../flags.h
\
../input.h ../obstack.h lex.h
tasking.o
:
tasking.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) ../flags.h
\
../input.h ../obstack.h lex.h
satisfy.o
:
satisfy.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../tree.h
\
$(srcdir)/../flags.h lex.h
timing.o
:
timing.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) $(srcdir)/../flags.h
\
$(srcdir)/../input.h $(srcdir)/../../include/obstack.h lex.h
tasking.o
:
tasking.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H)
\
$(srcdir)/../flags.h $(srcdir)/../input.h
\
$(srcdir)/../../include/obstack.h lex.h
tree.o
:
tree.c $(CONFIG_H) $(CHILL_TREE_H)
typeck.o
:
typeck.c $(CONFIG_H) $(CHILL_TREE_H) ../insn-codes.h
\
$(srcdir)/../expr.h $(srcdir)/../flags.h lex.h
...
...
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