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
5463a4f3
Commit
5463a4f3
authored
Sep 22, 2003
by
Anthony Green
Committed by
Anthony Green
Sep 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another newlib fix.
From-SVN: r71655
parent
0de118b6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
libjava/ChangeLog
+5
-0
libjava/configure
+4
-0
libjava/configure.in
+1
-0
No files found.
libjava/ChangeLog
View file @
5463a4f3
2003
-
09
-
22
Anthony
Green
<
green
@
redhat
.
com
>
*
configure
.
in
(
HAVE_USLEEP_DECL
):
Define
for
newlib
build
.
*
configure
:
Rebuilt
.
2003
-
09
-
21
Ralph
Loader
<
suckfish
@
ihug
.
co
.
nz
>
2003
-
09
-
21
Ralph
Loader
<
suckfish
@
ihug
.
co
.
nz
>
PR
java
/
12350
:
PR
java
/
12350
:
...
...
libjava/configure
View file @
5463a4f3
...
@@ -4386,6 +4386,10 @@ EOF
...
@@ -4386,6 +4386,10 @@ EOF
#define HAVE_LOCALTIME_R 1
#define HAVE_LOCALTIME_R 1
EOF
EOF
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_USLEEP_DECL 1
EOF
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_PTHREAD_MUTEXATTR_INIT 1
#define HAVE_PTHREAD_MUTEXATTR_INIT 1
EOF
EOF
...
...
libjava/configure.in
View file @
5463a4f3
...
@@ -577,6 +577,7 @@ if test "x${with_newlib}" = "xyes"; then
...
@@ -577,6 +577,7 @@ if test "x${with_newlib}" = "xyes"; then
AC_DEFINE(HAVE_TIME, 1, [Define if you have time.])
AC_DEFINE(HAVE_TIME, 1, [Define if you have time.])
AC_DEFINE(HAVE_GMTIME_R, 1, [Define if you have the 'gmtime_r' function])
AC_DEFINE(HAVE_GMTIME_R, 1, [Define if you have the 'gmtime_r' function])
AC_DEFINE(HAVE_LOCALTIME_R, 1, [Define if you have the 'localtime_r' function.])
AC_DEFINE(HAVE_LOCALTIME_R, 1, [Define if you have the 'localtime_r' function.])
AC_DEFINE(HAVE_USLEEP_DECL, 1, [Define if usleep is declared in <unistd.h>.])
dnl This is only for POSIX threads.
dnl This is only for POSIX threads.
AC_DEFINE(HAVE_PTHREAD_MUTEXATTR_INIT, 1, [Define if using POSIX threads that have the mutexattr functions.])
AC_DEFINE(HAVE_PTHREAD_MUTEXATTR_INIT, 1, [Define if using POSIX threads that have the mutexattr functions.])
dnl We also assume we are using gcc, which provides alloca.
dnl We also assume we are using gcc, which provides alloca.
...
...
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