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
beb51090
Commit
beb51090
authored
Jan 19, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Jan 18, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (cccp.o, cpplib.o): Depend on Makefile.
From-SVN: r24755
parent
6afa5179
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+2
-2
No files found.
gcc/ChangeLog
View file @
beb51090
Tue
Jan
19
06
:
26
:
30
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
Makefile
.
in
(
cccp
.
o
,
cpplib
.
o
)
:
Depend
on
Makefile
.
Mon
Jan
18
09
:
56
:
41
1999
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
*
invoke
.
texi
(
C
++
Dialect
Options
)
:
Document
-
fno
-
rtti
.
...
...
gcc/Makefile.in
View file @
beb51090
...
...
@@ -1884,7 +1884,7 @@ $(srcdir)/cexp.c: $(srcdir)/cexp.y
# We use $(libsubdir)/$(unlibsubdir) to match the
# -iprefix argument which gcc will pass if GCC_EXEC_PREFIX is used.
cccp.o
:
cccp.c $(CONFIG_H) pcp.h version.c config.status system.h
\
mbchar.h prefix.h
mbchar.h prefix.h
Makefile
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
-DGCC_INCLUDE_DIR
=
\"
$(libsubdir)
/include
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(gxx_include_dir)
\"
\
...
...
@@ -1913,7 +1913,7 @@ cppmain$(exeext): cppmain.o libcpp.a $(LIBDEPS)
cppmain.o
:
cppmain.c $(CONFIG_H) cpplib.h machmode.h system.h
cpplib.o
:
cpplib.c $(CONFIG_H) cpplib.h machmode.h cpphash.h config.status
\
system.h prefix.h
system.h prefix.h
Makefile
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
-DGCC_INCLUDE_DIR
=
\"
$(libsubdir)
/include
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(gxx_include_dir)
\"
\
...
...
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