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
258a0dd4
Commit
258a0dd4
authored
Sep 27, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(bi-arity, bi-opcode, bi-opname): Delete $(LEXLIB).
From-SVN: r5480
parent
d5896f20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/Makefile.in
+3
-3
No files found.
gcc/Makefile.in
View file @
258a0dd4
...
...
@@ -1280,13 +1280,13 @@ bytecode: $(BI_ALL) $(BC_ALL)
bi-arity
:
bi-arity.o $(BI_OBJ) $(HOST_LIBDEPS)
$(HOST_CC)
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
bi-arity
\
bi-arity.o
$(BI_OBJ)
$(HOST_LIBS)
$(LEXLIB)
bi-arity.o
$(BI_OBJ)
$(HOST_LIBS)
bi-opcode
:
bi-opcode.o $(BI_OBJ) $(HOST_LIBDEPS)
$(HOST_CC)
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
bi-opcode
\
bi-opcode.o
$(BI_OBJ)
$(HOST_LIBS)
$(LEXLIB)
bi-opcode.o
$(BI_OBJ)
$(HOST_LIBS)
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-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
...
...
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