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
2cc60d16
Commit
2cc60d16
authored
Jan 09, 2000
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jan 09, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).
From-SVN: r31294
parent
0ce8a59c
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 @
2cc60d16
2000-01-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).
Thu Jan 6 16:31:28 2000 Anthony Green <green@cygnus.com>
* expr.c (java_lang_expand_expr): Switch to permanent obstack
...
...
gcc/java/Makefile.in
View file @
2cc60d16
...
...
@@ -184,7 +184,7 @@ compiler: ../jc1$(exeext) ../jv-scan$(exeext)
../jcf-dump$(exeext)
:
jcf-dump.o jcf-io.o jcf-depend.o jcf-path.o
\
zextract.o $(LIBDEPS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
jcf-dump.o jcf-io.o
\
jcf-depend.o jcf-path.o zextract.o
$(LIBS)
../errors.o
jcf-depend.o jcf-path.o zextract.o
../errors.o
$(LIBS)
# Dependencies here must be kept in sync with dependencies in Make-lang.in.
../jvgenmain$(exeext)
:
jvgenmain.o mangle.o $(LIBDEPS)
...
...
@@ -193,7 +193,7 @@ compiler: ../jc1$(exeext) ../jv-scan$(exeext)
../gcjh$(exeext)
:
gjavah.o jcf-io.o jcf-depend.o jcf-path.o
\
zextract.o $(LIBDEPS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
gjavah.o jcf-io.o
\
jcf-depend.o jcf-path.o zextract.o
$(LIBS)
../errors.o
jcf-depend.o jcf-path.o zextract.o
../errors.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