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
1d49f58a
Commit
1d49f58a
authored
Jul 26, 2002
by
Alan Modra
Committed by
Alan Modra
Jul 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.host: Add powerpc64*-* entry.
From-SVN: r55788
parent
57ac7be9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
libjava/ChangeLog
+4
-0
libjava/configure.host
+10
-0
No files found.
libjava/ChangeLog
View file @
1d49f58a
2002
-
07
-
27
Alan
Modra
<
amodra
@
bigpond
.
net
.
au
>
*
configure
.
host
:
Add
powerpc64
*-*
entry
.
2002
-
07
-
26
Tom
Tromey
<
tromey
@
redhat
.
com
>
2002
-
07
-
26
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
java
/
io
/
natFileDescriptorPosix
.
cc
:
Don
't include sys/socket.h or
*
java
/
io
/
natFileDescriptorPosix
.
cc
:
Don
't include sys/socket.h or
...
...
libjava/configure.host
View file @
1d49f58a
...
@@ -101,6 +101,16 @@ case "${host}" in
...
@@ -101,6 +101,16 @@ case "${host}" in
libgcj_interpreter=yes
libgcj_interpreter=yes
enable_hash_synchronization_default=yes
enable_hash_synchronization_default=yes
;;
;;
powerpc64*-*)
# libffi not ported.
with_libffi_default=no
libgcj_interpreter=no
libgcj_flags="${libgcj_flags} -mminimal-toc"
# this may not be correct
sysdeps_dir=powerpc
enable_hash_synchronization_default=yes
slow_pthread_self=yes
;;
powerpc*-*)
powerpc*-*)
sysdeps_dir=powerpc
sysdeps_dir=powerpc
libgcj_interpreter=yes
libgcj_interpreter=yes
...
...
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