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
a1fa1e22
Commit
a1fa1e22
authored
Dec 05, 1994
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(c-parse.h): Split away from c-parse.c for parallel makes.
(bi-parser.h): Likewise with bi-parser.c. From-SVN: r8606
parent
088131ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
gcc/Makefile.in
+4
-2
No files found.
gcc/Makefile.in
View file @
a1fa1e22
...
@@ -965,7 +965,8 @@ crtend.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
...
@@ -965,7 +965,8 @@ crtend.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
c-parse.o
:
$(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h
\
c-parse.o
:
$(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h
\
$(srcdir)/c-parse.h c-tree.h input.h flags.h
$(srcdir)/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.h
:
$(srcdir)/c-parse.c
$(srcdir)/c-parse.c
:
$(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
$(srcdir)/c-parse.y
:
$(srcdir)/c-parse.in
$(srcdir)/c-parse.y
:
$(srcdir)/c-parse.in
sed
-e
"/^ifobjc
$$
/,/^end ifobjc
$$
/d"
\
sed
-e
"/^ifobjc
$$
/,/^end ifobjc
$$
/d"
\
...
@@ -1452,7 +1453,8 @@ bi-opname: bi-opname.o $(BI_OBJ) $(HOST_LIBDEPS)
...
@@ -1452,7 +1453,8 @@ bi-opname: bi-opname.o $(BI_OBJ) $(HOST_LIBDEPS)
bi-run.o
:
$(srcdir)/bi-run.c $(srcdir)/bi-run.h $(srcdir)/bc-typecd.h
\
bi-run.o
:
$(srcdir)/bi-run.c $(srcdir)/bi-run.h $(srcdir)/bc-typecd.h
\
bc-opname.h bc-arity.h bc-opcode.h
bc-opname.h bc-arity.h bc-opcode.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
$(srcdir)
/bi-run.c
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
$(srcdir)
/bi-run.c
$(srcdir)/bi-parser.c $(srcdir)/bi-parser.h
:
$(srcdir)/bi-parser.y
$(srcdir)/bi-parser.h
:
$(srcdir)/bi-parser.c
$(srcdir)/bi-parser.c
:
$(srcdir)/bi-parser.y
cd
$(srcdir)
;
$(BISON)
$(BISONFLAGS)
-d
bi-parser.y
-o
bi-parser.c
cd
$(srcdir)
;
$(BISON)
$(BISONFLAGS)
-d
bi-parser.y
-o
bi-parser.c
bi-parser.o
:
$(srcdir)/bi-parser.c $(srcdir)/bi-defs.h hconfig.h
bi-parser.o
:
$(srcdir)/bi-parser.c $(srcdir)/bi-defs.h hconfig.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
\
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
\
...
...
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