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
731c68a2
Commit
731c68a2
authored
Sep 04, 2007
by
Ben Elliston
Committed by
Ben Elliston
Sep 04, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (c-opts.o): Add $(TM_P_H) as a dependency.
From-SVN: r128071
parent
0b2dffe1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
731c68a2
2007-09-04 Ben Elliston <bje@au.ibm.com>
* c-opts.c: Include "tm_p.h".
* Makefile.in (c-opts.o): Add $(TM_P_H) as a dependency.
2007-09-04 Richard Guenther <rguenther@suse.de>
...
...
gcc/Makefile.in
View file @
731c68a2
...
...
@@ -1795,7 +1795,7 @@ c-pretty-print.o : c-pretty-print.c $(C_PRETTY_PRINT_H) \
c-opts.o
:
c-opts.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H)
\
$(TREE_H) $(C_PRAGMA_H) $(FLAGS_H) toplev.h langhooks.h
\
$(TREE_INLINE_H) $(DIAGNOSTIC_H) intl.h debug.h $(C_COMMON_H)
\
opts.h options.h $(MKDEPS_H) c-incpath.h cppdefault.h
opts.h options.h $(MKDEPS_H) c-incpath.h cppdefault.h
$(TM_P_H)
$(CC)
-c
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
\
$<
$(OUTPUT_OPTION)
@TARGET_SYSTEM_ROOT_DEFINE@
...
...
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