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
196fb9ff
Commit
196fb9ff
authored
Jan 19, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Jan 19, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (protoize.o, unprotoize.o): Depend on Makefile.
From-SVN: r24768
parent
ea96098d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+4
-2
No files found.
gcc/ChangeLog
View file @
196fb9ff
Tue
Jan
19
15
:
00
:
10
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
Makefile
.
in
(
protoize
.
o
,
unprotoize
.
o
)
:
Depend
on
Makefile
.
1999
-
01
-
19
Vladimir
N
.
Makarov
<
vmakarov
@cygnus
.
com
>
1999
-
01
-
19
Vladimir
N
.
Makarov
<
vmakarov
@cygnus
.
com
>
*
invoke
.
texi
(
-
mlong
-
double
-
64
)
:
New
option
description
.
*
invoke
.
texi
(
-
mlong
-
double
-
64
)
:
New
option
description
.
...
...
gcc/Makefile.in
View file @
196fb9ff
...
@@ -1951,7 +1951,8 @@ unprotoize$(exeext): unprotoize.o getopt.o getopt1.o getpwd.o version.o \
...
@@ -1951,7 +1951,8 @@ unprotoize$(exeext): unprotoize.o getopt.o getopt1.o getpwd.o version.o \
unprotoize.o getopt.o getopt1.o getpwd.o version.o
\
unprotoize.o getopt.o getopt1.o getpwd.o version.o
\
pexecute.o choose-temp.o mkstemp.o
$(LIBS)
pexecute.o choose-temp.o mkstemp.o
$(LIBS)
protoize.o
:
protoize.c $(srcdir)/../include/getopt.h $(CONFIG_H) system.h
protoize.o
:
protoize.c $(srcdir)/../include/getopt.h $(CONFIG_H) system.h
\
Makefile
$(CC)
-c
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
$(CC)
-c
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
-DGCC_INCLUDE_DIR
=
\"
$(libsubdir)
/include
\"
\
-DGCC_INCLUDE_DIR
=
\"
$(libsubdir)
/include
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(gxx_include_dir)
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(gxx_include_dir)
\"
\
...
@@ -1961,7 +1962,8 @@ protoize.o: protoize.c $(srcdir)/../include/getopt.h $(CONFIG_H) system.h
...
@@ -1961,7 +1962,8 @@ protoize.o: protoize.c $(srcdir)/../include/getopt.h $(CONFIG_H) system.h
-DSTD_PROTO_DIR
=
\"
$(libsubdir)
\"
\
-DSTD_PROTO_DIR
=
\"
$(libsubdir)
\"
\
$(srcdir)
/protoize.c
$(srcdir)
/protoize.c
unprotoize.o
:
unprotoize.c protoize.c $(srcdir)/../include/getopt.h $(CONFIG_H) system.h
unprotoize.o
:
unprotoize.c protoize.c $(srcdir)/../include/getopt.h
\
$(CONFIG_H) system.h Makefile
$(CC)
-c
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
$(CC)
-c
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
-DGCC_INCLUDE_DIR
=
\"
$(libsubdir)
/include
\"
\
-DGCC_INCLUDE_DIR
=
\"
$(libsubdir)
/include
\"
\
-DGPLUSPLUS_INCLUDE_DIR
=
\"
$(gxx_include_dir)
\"
\
-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