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
cd7fd682
Commit
cd7fd682
authored
Sep 27, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(stamp-bcopname, stamp-bcopcode, stamp-bcarity):
Renamed from stamp-bc-... to fit in 14 chars. From-SVN: r5491
parent
9e7270cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gcc/Makefile.in
+6
-6
No files found.
gcc/Makefile.in
View file @
cd7fd682
...
...
@@ -1320,20 +1320,20 @@ bi-reverse.o: bi-reverse.c $(srcdir)/bi-defs.h
$(srcdir)
/bi-reverse.c
bc-arity.h
:
stamp-bc
-
arity ; @true
stamp-bc
-
arity
:
$(srcdir)/bytecode.def bi-arity $(srcdir)/move-if-change
bc-arity.h
:
stamp-bcarity ; @true
stamp-bcarity
:
$(srcdir)/bytecode.def bi-arity $(srcdir)/move-if-change
-
rm
-f
bc-arity.h
./bi-arity <
$(srcdir)
/bytecode.def
>
tmp-bc-arity.h
$(srcdir)
/move-if-change tmp-bc-arity.h bc-arity.h
bc-opcode.h
:
stamp-bc
-
opcode ; @true
stamp-bc
-
opcode
:
$(srcdir)/bytecode.def bi-opcode $(srcdir)/move-if-change
bc-opcode.h
:
stamp-bcopcode ; @true
stamp-bcopcode
:
$(srcdir)/bytecode.def bi-opcode $(srcdir)/move-if-change
-
rm
-f
bc-opcode.h
./bi-opcode <
$(srcdir)
/bytecode.def
>
tmp-bc-opcode.h
$(srcdir)
/move-if-change tmp-bc-opcode.h bc-opcode.h
bc-opname.h
:
stamp-bc
-
opname ; @true
stamp-bc
-
opname
:
$(srcdir)/bytecode.def bi-opname $(srcdir)/move-if-change
bc-opname.h
:
stamp-bcopname ; @true
stamp-bcopname
:
$(srcdir)/bytecode.def bi-opname $(srcdir)/move-if-change
-
rm
-f
bc-opname.h
./bi-opname <
$(srcdir)
/bytecode.def
>
tmp-bc-opname.h
$(srcdir)
/move-if-change tmp-bc-opname.h bc-opname.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