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
2d933a0b
Commit
2d933a0b
authored
Mar 16, 2002
by
Anthony Green
Committed by
Anthony Green
Mar 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit embedded patch approved Feb 17
From-SVN: r50860
parent
1fcd592b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
libjava/ChangeLog
+7
-0
libjava/configure
+0
-0
libjava/configure.host
+2
-0
libjava/configure.in
+3
-2
No files found.
libjava/ChangeLog
View file @
2d933a0b
2002
-
03
-
15
Anthony
Green
<
green
@
redhat
.
com
>
*
configure
.
host
(
FILE
):
New
macro
for
specifing
File
implementation
.
*
configure
:
Rebuilt
.
*
configure
.
in
:
Use
FILE
.
Define
HAVE_TIME
for
newlib
targets
.
2002
-
03
-
15
Alexandre
Oliva
<
aoliva
@
redhat
.
com
>
*
Makefile
.
am
(
jv_convert_LDADD
):
Don
't list libraries that are
...
...
libjava/configure
View file @
2d933a0b
This diff is collapsed.
Click to expand it.
libjava/configure.host
View file @
2d933a0b
...
...
@@ -66,6 +66,7 @@ case "${host}" in
AM_RUNTESTFLAGS="--target_board=jmr3904-sim"
# Use "Ecos" processes since they are a no-op.
PROCESS=Ecos
FILE=Posix
enable_java_net_default=no
enable_getenv_properties_default=no
;;
...
...
@@ -106,6 +107,7 @@ case "${host}" in
xscale*-elf)
with_libffi_default=no
PROCESS=Ecos
FILE=Posix
enable_java_net_default=no
enable_getenv_properties_default=no
enable_main_args_default=no
...
...
libjava/configure.in
View file @
2d933a0b
...
...
@@ -241,8 +241,8 @@ dnl to create the link will fail.
test -d java || mkdir java
test -d java/io || mkdir java/io
test -d gnu || mkdir gnu
AC_LINK_FILES(java/io/natFile${
PLATFORM
}.cc, java/io/natFile.cc)
AC_LINK_FILES(java/io/natFileDescriptor${
PLATFORM
}.cc, java/io/natFileDescriptor.cc)
AC_LINK_FILES(java/io/natFile${
FILE-${PLATFORM}
}.cc, java/io/natFile.cc)
AC_LINK_FILES(java/io/natFileDescriptor${
FILE-${PLATFORM}
}.cc, java/io/natFileDescriptor.cc)
dnl Likewise for ConcreteProcess.java and natConcreteProcess.cc.
test -d java/lang || mkdir java/lang
...
...
@@ -460,6 +460,7 @@ if test -n "${with_cross_host}"; then
AC_DEFINE(HAVE_MEMMOVE)
AC_DEFINE(HAVE_MEMCPY)
AC_DEFINE(HAVE_STRERROR)
AC_DEFINE(HAVE_TIME)
AC_DEFINE(HAVE_GMTIME_R)
AC_DEFINE(HAVE_LOCALTIME_R)
dnl This is only for POSIX threads.
...
...
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