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
37459466
Commit
37459466
authored
May 07, 2001
by
Zack Weinberg
Committed by
Zack Weinberg
May 07, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (tradcpp0): Correct typo in dependency list.
From-SVN: r41889
parent
d5fa86ba
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 @
37459466
2001
-
05
-
06
Zack
Weinberg
<
zackw
@stanford
.
edu
>
*
Makefile
.
in
(
tradcpp0
)
:
Correct
typo
in
dependency
list
.
2001
-
05
-
06
Geoff
Keating
<
geoffk
@redhat
.
com
>
*
config
/
rs6000
/
rs6000
.
c
(
rs6000_emit_prologue
)
:
Don
'
t
save
...
...
gcc/Makefile.in
View file @
37459466
...
...
@@ -1978,7 +1978,7 @@ mkdeps.o: mkdeps.c $(CONFIG_H) $(SYSTEM_H) mkdeps.h
# The traditional mode preprocessor, a separate program for ease of
# maintenance. Some code is shared with the ISO-C cpp.
tradcpp0$(exeext)
:
tradcpp.o tradcif.o cppdefault.o version.o intl.o
\
mkdeps.
h
$(LIBDEPS)
mkdeps.
o
$(LIBDEPS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
tradcpp0
$(exeext)
\
tradcpp.o tradcif.o mkdeps.o cppdefault.o version.o intl.o
$(LIBS)
...
...
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