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
76f42086
Commit
76f42086
authored
Sep 10, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Sep 10, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in (GCJ): Define before using.
From-SVN: r22379
parent
9517ead8
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/Make-lang.in
+2
-2
No files found.
gcc/java/ChangeLog
View file @
76f42086
Thu Sep 10 10:33:31 1998 Jeffrey A Law (law@cygnus.com)
* Make-lang.in (GCJ): Define before using.
Wed Sep 9 21:23:10 1998 Jeffrey A Law (law@cygnus.com)
* gjavah.c (java_no_argument): Renamed from no_argument to avoid
...
...
gcc/java/Make-lang.in
View file @
76f42086
...
...
@@ -54,6 +54,8 @@ JAVA_INSTALL_NAME = `t='$(program_transform_name)'; echo gcj | sed $$t`
JAVA_CROSS_NAME
=
`
t
=
'
$(program_transform_cross_name)
'
;
echo
gcj | sed
$$
t
`
GCJ
=
gcj
# Define the names for selecting java in LANGUAGES.
java
:
jc1$(exeext) $(GCJ)$(exeext) jvgenmain$(exeext) gcjh$(exeext)
...
...
@@ -64,8 +66,6 @@ JAVA_TARGET_INDEPENDENT_BIN_TOOLS = gcjh jv-scan jcf-dump
# Tell GNU make to ignore these if they exist.
.PHONY
:
java
GCJ
=
gcj
# Remember to keep this list in sync with JAVA_OBJS in Makefile.in!!!
#
JAVA_SRCS
=
$(srcdir)
/java/parse.y
$(srcdir)
/java/class.c
\
...
...
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