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
c21cf0a7
Commit
c21cf0a7
authored
Jun 06, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1173
parent
efb19330
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
gcc/Makefile.in
+6
-5
No files found.
gcc/Makefile.in
View file @
c21cf0a7
...
@@ -658,7 +658,8 @@ crtend.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
...
@@ -658,7 +658,8 @@ crtend.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
# C language specific files.
# C language specific files.
c-parse.o
:
$(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h c-tree.h input.h flags.h
c-parse.o
:
$(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h c-parse.h
\
c-tree.h input.h flags.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
$(srcdir)
/c-parse.c
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
$(srcdir)
/c-parse.c
$(srcdir)/c-parse.c $(srcdir)/c-parse.h
:
$(srcdir)/c-parse.y
$(srcdir)/c-parse.c $(srcdir)/c-parse.h
:
$(srcdir)/c-parse.y
cd
$(srcdir)
;
$(BISON)
$(BISONFLAGS)
-d
c-parse.y
-o
c-parse.c
cd
$(srcdir)
;
$(BISON)
$(BISONFLAGS)
-d
c-parse.y
-o
c-parse.c
...
@@ -1155,11 +1156,11 @@ unprotoize.1: $(srcdir)/proto-man ./cpp
...
@@ -1155,11 +1156,11 @@ unprotoize.1: $(srcdir)/proto-man ./cpp
# This info describes the target machine, so compile with GCC just built.
# This info describes the target machine, so compile with GCC just built.
SYSCALLS.c.X
:
$(srcdir)/sys-types.h $(srcdir)/sys-protos.h $(GCC_PASSES)
SYSCALLS.c.X
:
$(srcdir)/sys-types.h $(srcdir)/sys-protos.h $(GCC_PASSES)
-
rm
-f
SYSCALLS.c
-
rm
-f
SYSCALLS.c
tmp-SYSCALLS.s
cat
$(srcdir)
/sys-types.h
$(srcdir)
/sys-protos.h
>
SYSCALLS.c
cat
$(srcdir)
/sys-types.h
$(srcdir)
/sys-protos.h
>
SYSCALLS.c
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
\
-aux-info
$@
-S
-o
/dev/null
SYSCALLS.c
-aux-info
$@
-S
-o
tmp-SYSCALLS.s
SYSCALLS.c
-
rm
-f
SYSCALLS.c
-
rm
-f
SYSCALLS.c
tmp-SYSCALLS.s
test-protoize-simple
:
./protoize ./unprotoize $(GCC_PASSES)
test-protoize-simple
:
./protoize ./unprotoize $(GCC_PASSES)
-
rm
-f
tmp-proto.[cso]
-
rm
-f
tmp-proto.[cso]
...
@@ -1223,7 +1224,7 @@ mostlyclean:
...
@@ -1223,7 +1224,7 @@ mostlyclean:
for
name
in
$(LIB1FUNCS);
do
rm
-f
$${name}.c;
done
for
name
in
$(LIB1FUNCS);
do
rm
-f
$${name}.c;
done
# Delete other temporary files.
# Delete other temporary files.
-rm
-f
tmp-float.h
tmp-gcc.xtar.Z
tmp-limits.h
gccnew
-rm
-f
tmp-float.h
tmp-gcc.xtar.Z
tmp-limits.h
gccnew
-rm
-f
tmp-foo1
tmp-foo2
tmp-proto.*
tmp-unproto.1
-rm
-f
tmp-foo1
tmp-foo2
tmp-proto.*
tmp-unproto.1
tmp-SYSCALLS.s
# Delete the stamp files.
# Delete the stamp files.
-rm
-f
stamp-*
tmp-*
-rm
-f
stamp-*
tmp-*
# Delete debugging dump files.
# Delete debugging dump files.
...
...
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