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
0b15d35f
Commit
0b15d35f
authored
May 25, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(BC_ALL): Restore it from May 22 change; vms uses it.
(STAGESTUFF): Use it. From-SVN: r9816
parent
f444f304
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
gcc/Makefile.in
+4
-1
No files found.
gcc/Makefile.in
View file @
0b15d35f
...
...
@@ -484,6 +484,9 @@ OBJC_OBJS = objc-parse.o objc-act.o c-lex.o c-pragma.o \
# Files specific to the C interpreter bytecode compiler(s).
BC_OBJS
=
bc-emit.o bc-optab.o
# Bytecode header files constructed at build time; vmsconfig.com wants this.
BC_ALL
=
bc-arity.h bc-opcode.h bc-opname.h
# Language-independent object files.
OBJS
=
toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o
\
function
.o stmt.o expr.o calls.o expmed.o explow.o optabs.o varasm.o
\
...
...
@@ -514,7 +517,7 @@ STAGESTUFF = *$(objext) insn-flags.h insn-config.h insn-codes.h \
genemit
$(exeext)
genoutput
$(exeext)
genrecog
$(exeext)
genextract
$(exeext)
\
genflags
$(exeext)
gencodes
$(exeext)
genconfig
$(exeext)
genpeep
$(exeext)
\
genattrtab
$(exeext)
genattr
$(exeext)
genopinit
$(exeext)
\
bc-arity.h bc-opcode.h bc-opname.h
\
$(BC_ALL)
\
stamp-bcarity stamp-bcopcode stamp-bcopname
\
bi-arity
$(exeext)
bi-opcode
$(exeext)
bi-opname
$(exeext)
\
$(GCC_PASSES)
$(EXTRA_PARTS)
$(EXTRA_PROGRAMS)
gcc-cross
$(exeext)
\
...
...
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