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
4e0db2ce
Commit
4e0db2ce
authored
Oct 08, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): New rules.
From-SVN: r5675
parent
c3134623
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
gcc/Makefile.in
+11
-0
No files found.
gcc/Makefile.in
View file @
4e0db2ce
...
@@ -1013,6 +1013,17 @@ aux-output.o : aux-output.c $(CONFIG_H) \
...
@@ -1013,6 +1013,17 @@ aux-output.o : aux-output.c $(CONFIG_H) \
$(RTL_H) regs.h hard-reg-set.h real.h insn-config.h conditions.h
\
$(RTL_H) regs.h hard-reg-set.h real.h insn-config.h conditions.h
\
insn-flags.h output.h insn-attr.h insn-codes.h
insn-flags.h output.h insn-attr.h insn-codes.h
# Build auxiliary files that support ecoff format.
mips-tfile
:
mips-tfile.o version.o $(LIBDEPS)
$(CC)
$(CFLAGS)
$(LDFLAGS)
-o
mips-tfile mips-tfile.o version.o
$(LIBS)
mips-tfile.o
:
mips-tfile.c $(CONFIG_H) $(RTL_H)
mips-tdump
:
mips-tdump.o version.o $(LIBDEPS)
$(CC)
$(CFLAGS)
$(LDFLAGS)
-o
mips-tdump mips-tdump.o version.o
$(LIBS)
mips-tdump.o
:
mips-tdump.c $(CONFIG_H) $(RTL_H)
# Normally this target is not used; but it is used if you
# Normally this target is not used; but it is used if you
# define ALLOCA=alloca.o. In that case, you must get a suitable alloca.c
# define ALLOCA=alloca.o. In that case, you must get a suitable alloca.c
# from the GNU Emacs distribution.
# from the GNU Emacs distribution.
...
...
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