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
9782d8f5
Commit
9782d8f5
authored
Feb 08, 2002
by
Anthony Green
Committed by
Anthony Green
Feb 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add xscale-elf support
From-SVN: r49616
parent
d3ae0d49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
libjava/ChangeLog
+4
-0
libjava/configure.host
+7
-0
No files found.
libjava/ChangeLog
View file @
9782d8f5
2002-02-08 Anthony Green <green@redhat.com>
* configure.host: Add support for xscale-elf embedded target.
2002-02-08 Martin Kahlert <martin.kahlert@infineon.com>
* jni.cc (_Jv_JNI_NewLocalRef): Make sure, that NULL frame is not
...
...
libjava/configure.host
View file @
9782d8f5
...
...
@@ -85,6 +85,13 @@ case "${host}" in
libgcj_interpreter=yes
enable_hash_synchronization_default=yes
;;
xscale*-elf)
with_libffi_default=no
PROCESS=Ecos
enable_java_net_default=no
enable_getenv_properties_default=no
enable_main_args_default=no
;;
esac
libgcj_cflags="${libgcj_cflags} ${libgcj_flags}"
...
...
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