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
da4f7dc1
Commit
da4f7dc1
authored
Sep 17, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Sep 17, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (jcf-dump, jvgenmain): Link in memmove.o too.
From-SVN: r22465
parent
4a4a4682
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/java/ChangeLog
+4
-0
gcc/java/Makefile.in
+4
-4
No files found.
gcc/java/ChangeLog
View file @
da4f7dc1
Thu Sep 17 19:45:01 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (jcf-dump, jvgenmain): Link in memmove.o too.
Thu Sep 17 16:21:52 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.in ($(PARSE_H)): Removed target.
...
...
gcc/java/Makefile.in
View file @
da4f7dc1
...
...
@@ -198,15 +198,15 @@ compiler: ../jc1$(exeext) ../jv-scan$(exeext)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
\
$(JAVA_OBJS_LITE)
$(LIBS)
../jcf-dump$(exeext)
:
jcf-dump.o jcf-io.o zextract.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
jcf-dump.o jcf-io.o zextract.o
../jcf-dump$(exeext)
:
jcf-dump.o jcf-io.o zextract.o
memmove.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
jcf-dump.o jcf-io.o zextract.o
memmove.o
# Dependencies here must be kept in sync with dependencies in Make-lang.in.
../jvgenmain$(exeext)
:
jvgenmain.o mangle.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
jvgenmain.o mangle.o ../obstack.o
../gcjh$(exeext)
:
gjavah.o jcf-io.o zextract.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
gjavah.o jcf-io.o zextract.o
../gcjh$(exeext)
:
gjavah.o jcf-io.o zextract.o
memmove.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
gjavah.o jcf-io.o zextract.o
memmove.o
Makefile
:
$(srcdir)/Makefile.in $(srcdir)/../configure
cd
..
;
$(SHELL)
config.status
...
...
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