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
e626b840
Commit
e626b840
authored
Oct 28, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Oct 28, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (jcf-dump, gcjh): Link in $(LIBS) too.
From-SVN: r23396
parent
571d54d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/java/ChangeLog
+4
-0
gcc/java/Makefile.in
+2
-2
No files found.
gcc/java/ChangeLog
View file @
e626b840
Wed Oct 28 00:46:15 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (jcf-dump, gcjh): Link in $(LIBS) too.
1998-10-28 Tom Tromey <tromey@cygnus.com>
* decl.c (init_decl_processing): Renamed fields.
...
...
gcc/java/Makefile.in
View file @
e626b840
...
...
@@ -203,7 +203,7 @@ compiler: ../jc1$(exeext) ../jv-scan$(exeext)
../jcf-dump$(exeext)
:
jcf-dump.o jcf-io.o jcf-depend.o jcf-path.o
\
zextract.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
jcf-dump.o jcf-io.o
\
jcf-depend.o jcf-path.o zextract.o
jcf-depend.o jcf-path.o zextract.o
$(LIBS)
# Dependencies here must be kept in sync with dependencies in Make-lang.in.
../jvgenmain$(exeext)
:
jvgenmain.o mangle.o
...
...
@@ -212,7 +212,7 @@ compiler: ../jc1$(exeext) ../jv-scan$(exeext)
../gcjh$(exeext)
:
gjavah.o jcf-io.o jcf-depend.o jcf-path.o
\
zextract.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
gjavah.o jcf-io.o
\
jcf-depend.o jcf-path.o zextract.o
jcf-depend.o jcf-path.o zextract.o
$(LIBS)
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