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
99f4f5b7
Commit
99f4f5b7
authored
Oct 05, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(bi-arity.o, bi-lexer.o, bi-opname.o, bi-parser.o): Include hconfig.h.
From-SVN: r5610
parent
a2c18d49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
gcc/Makefile.in
+4
-9
No files found.
gcc/Makefile.in
View file @
99f4f5b7
...
...
@@ -1303,29 +1303,24 @@ bi-opname: bi-opname.o $(BI_OBJ) $(HOST_LIBDEPS)
$(HOST_CC)
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
bi-opname
\
bi-opname.o
$(BI_OBJ)
$(HOST_LIBS)
bi-run.o
:
$(srcdir)/bi-run.c $(srcdir)/bi-run.h $(srcdir)/bc-typecd.h
\
bc-opname.h bc-arity.h bc-opcode.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
$(srcdir)
/bi-run.c
$(srcdir)/bi-parser.c $(srcdir)/bi-parser.h
:
$(srcdir)/bi-parser.y
cd
$(srcdir)
;
$(BISON)
$(BISONFLAGS)
-d
bi-parser.y
-o
bi-parser.c
bi-parser.o
:
$(srcdir)/bi-parser.c $(srcdir)/bi-defs.h
bi-parser.o
:
$(srcdir)/bi-parser.c $(srcdir)/bi-defs.h hconfig.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
\
$(srcdir)
/bi-parser.c
bi-lexer.o
:
$(srcdir)/bi-lexer.c $(srcdir)/bi-parser.h
bi-lexer.o
:
$(srcdir)/bi-lexer.c $(srcdir)/bi-parser.h hconfig.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
\
$(srcdir)
/bi-lexer.c
bi-arity.o
:
bi-arity.c $(srcdir)/bi-defs.h
bi-arity.o
:
bi-arity.c $(srcdir)/bi-defs.h hconfig.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
\
$(srcdir)
/bi-arity.c
bi-opcode.o
:
bi-opcode.c $(srcdir)/bi-defs.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
\
$(srcdir)
/bi-opcode.c
bi-opname.o
:
bi-opname.c $(srcdir)/bi-defs.h
bi-opname.o
:
bi-opname.c $(srcdir)/bi-defs.h
hconfig.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
\
$(srcdir)
/bi-opname.c
bi-reverse.o
:
bi-reverse.c $(srcdir)/bi-defs.h
...
...
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