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
0750ef95
Commit
0750ef95
authored
Sep 25, 1993
by
Jan Brittenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(bi-lexer): Deleted.
(bi-lexer.l): Deleted. From-SVN: r5471
parent
6a94387c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
gcc/Makefile.in
+0
-5
No files found.
gcc/Makefile.in
View file @
0750ef95
...
...
@@ -1287,9 +1287,6 @@ bi-opcode: bi-opcode.o $(BI_OBJ) $(HOST_LIBDEPS)
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)
$(LEXLIB)
bi-lexer
:
bi-lexer.o $(BI_OBJ) $(HOST_LIBDEPS)
$(HOST_CC)
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
bi-lexer
\
bi-lexer.o
$(BI_OBJ)
$(HOST_LIBS)
$(LEXLIB)
bi-run.o
:
$(srcdir)/bi-run.c $(srcdir)/bi-run.h $(srcdir)/bc-typecd.h bc-opname.h bc-arity.h bc-opcode.h
...
...
@@ -1302,8 +1299,6 @@ bi-parser.o: $(srcdir)/bi-parser.c $(srcdir)/bi-defs.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
\
$(srcdir)
/bi-parser.c
bi-lexer.c
:
$(srcdir)/bi-lexer.l
bi-lexer.o
:
$(srcdir)/bi-lexer.c $(srcdir)/bi-parser.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
\
$(srcdir)
/bi-lexer.c
...
...
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