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
81deb0a3
Commit
81deb0a3
authored
Dec 11, 2001
by
Matthias Klose
Committed by
Matthias Klose
Dec 11, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove whitespace
at end of line. From-SVN: r47903
parent
7fb754a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/java/ChangeLog
+5
-0
gcc/java/Make-lang.in
+2
-2
No files found.
gcc/java/ChangeLog
View file @
81deb0a3
2001-12-12 Matthias Klose <doko@debian.org>
* Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove
whitespace at end of line.
2001-12-11 Tom Tromey <tromey@redhat.com>
* lex.c (java_init_lex): Define wfl_to_string as
...
...
gcc/java/Make-lang.in
View file @
81deb0a3
...
...
@@ -42,10 +42,10 @@
# - define the names for selecting the language in LANGUAGES.
# Actual names to use when installing a native compiler.
JAVA_INSTALL_NAME
=
`
echo
gcj|sed
'
$(program_transform_name)
'
`
JAVA_INSTALL_NAME
=
`
echo
gcj|sed
'
$(program_transform_name)
'
`
# Actual names to use when installing a cross-compiler.
JAVA_CROSS_NAME
=
`
echo
gcj|sed
'
$(program_transform_cross_name)
'
`
JAVA_CROSS_NAME
=
`
echo
gcj|sed
'
$(program_transform_cross_name)
'
`
GCJ
=
gcj
...
...
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