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
478c61b7
Commit
478c61b7
authored
Sep 17, 2001
by
Brad Lucier
Committed by
DJ Delorie
Sep 16, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Make rtl-error.o depend on $(CONFIG_H).
From-SVN: r45648
parent
3c030e88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
478c61b7
2001
-
09
-
16
Brad
Lucier
<
lucier
@math
.
purdue
.
edu
>
*
Makefile
.
in
:
Make
rtl
-
error
.
o
depend
on
$
(
CONFIG_H
).
Sun
Sep
16
21
:
59
:
46
CEST
2001
Jan
hubicka
<
jh
@suse
.
cz
>
*
basic
-
block
.
h
(
free_bb_for_insn
)
:
Declare
.
...
...
gcc/Makefile.in
View file @
478c61b7
...
...
@@ -1363,7 +1363,7 @@ toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) function.h \
main.o
:
main.c toplev.h
rtl-error.o
:
rtl-error.c system.h $(RTL_H) $(INSN_ATTR_H) insn-config.h
\
input.h toplev.h intl.h diagnostic.h
input.h toplev.h intl.h diagnostic.h
$(CONFIG_H)
rtl.o
:
rtl.c $(GCONFIG_H) $(SYSTEM_H) $(RTL_H) real.h $(GGC_H) errors.h
$(CC)
-c
$(ALL_CFLAGS)
-DGENERATOR_FILE
$(ALL_CPPFLAGS)
$(INCLUDES)
$<
$(OUTPUT_OPTION)
...
...
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