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
2d29f3a1
Commit
2d29f3a1
authored
Jul 27, 2003
by
Anthony Green
Committed by
Anthony Green
Jul 27, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix USE_LDTL configury.
From-SVN: r69864
parent
66db6b62
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
libjava/ChangeLog
+5
-0
libjava/configure
+1
-1
libjava/configure.in
+1
-1
No files found.
libjava/ChangeLog
View file @
2d29f3a1
2003
-
07
-
27
Anthony
Green
<
green
@
redhat
.
com
>
*
configure
.
in
:
Fix
newlib
check
.
*
configure
:
Rebuilt
.
2003
-
07
-
27
Thomas
Fitzsimmons
<
fitzsim
@
redhat
.
com
>
*
jni
/
gtk
-
peer
/
gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer
.
c
:
...
...
libjava/configure
View file @
2d29f3a1
...
...
@@ -1707,7 +1707,7 @@ LIBGCJ_JAVAFLAGS="${libgcj_javaflags}"
# Only use libltdl for non-newlib builds.
if
test
"x
${
with_newlib
}
"
=
"xno"
;
then
if
test
"x
${
with_newlib
}
"
=
"x
"
||
test
"x
${
with_newlib
}
"
=
"x
no"
;
then
case
$enable_ltdl_convenience
in
no
)
{
echo
"configure: error: this package needs a convenience libltdl"
1>&2
;
exit
1
;
}
;;
""
)
enable_ltdl_convenience
=
yes
...
...
libjava/configure.in
View file @
2d29f3a1
...
...
@@ -24,7 +24,7 @@ LIBGCJ_CONFIGURE(.)
AM_CONFIG_HEADER(include/config.h gcj/libgcj-config.h)
# Only use libltdl for non-newlib builds.
if test "x${with_newlib}" = "xno"; then
if test "x${with_newlib}" = "x
" || test "x${with_newlib}" = "x
no"; then
AC_LIBLTDL_CONVENIENCE
AC_LIBTOOL_DLOPEN
DIRLTDL=libltdl
...
...
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