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
8ebb00d5
Commit
8ebb00d5
authored
Mar 08, 2000
by
Zack Weinberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oops - meant to commit with last batch of cpplib changes
From-SVN: r32436
parent
88ae23e7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
gcc/Makefile.in
+7
-5
No files found.
gcc/Makefile.in
View file @
8ebb00d5
...
...
@@ -2025,6 +2025,8 @@ LIBCPP_OBJS = cpplib.o cpphash.o cpperror.o cppexp.o cppfiles.o \
cppinit.o cppulp.o mkdeps.o
\
prefix.o version.o mbchar.o @extra_cpp_objs@
LIBCPP_DEPS
=
cpplib.h cpphash.h intl.h system.h
# All the other archives built/used by this makefile are for targets. This
# one is strictly for the host.
#
...
...
@@ -2040,11 +2042,11 @@ cppmain$(exeext): cppmain.o intl.o libcpp.a $(LIBDEPS)
cppmain.o
:
cppmain.c $(CONFIG_H) cpplib.h intl.h system.h
cppulp.o
:
cppulp.c $(CONFIG_H) system.h output.h
cpplib.o
:
cpplib.c $(CONFIG_H)
cpplib.h intl.h system.h cpphash.h
mkdeps.h
cpphash.o
:
cpphash.c $(CONFIG_H)
cpplib.h intl.h system.h cpphash.h
version.h
cpperror.o
:
cpperror.c $(CONFIG_H)
cpplib.h intl.h system.h
cppexp.o
:
cppexp.c $(CONFIG_H)
cpplib.h intl.h system.h
cppfiles.o
:
cppfiles.c $(CONFIG_H)
cpplib.h intl.h system.h
cpplib.o
:
cpplib.c $(CONFIG_H)
$(LIBCPP_DEPS)
mkdeps.h
cpphash.o
:
cpphash.c $(CONFIG_H)
$(LIBCPP_DEPS)
version.h
cpperror.o
:
cpperror.c $(CONFIG_H)
$(LIBCPP_DEPS)
cppexp.o
:
cppexp.c $(CONFIG_H)
$(LIBCPP_DEPS)
cppfiles.o
:
cppfiles.c $(CONFIG_H)
$(LIBCPP_DEPS)
cppinit.o
:
cppinit.c $(CONFIG_H) cpplib.h intl.h system.h
\
cpphash.h prefix.h output.h Makefile version.h mkdeps.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