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
8e6bfa1f
Commit
8e6bfa1f
authored
Sep 14, 2012
by
David Edelsohn
Committed by
David Edelsohn
Sep 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure: Regenerated.
From-SVN: r191324
parent
690c45b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
libjava/classpath/ChangeLog
+4
-0
libjava/classpath/configure
+8
-6
No files found.
libjava/classpath/ChangeLog
View file @
8e6bfa1f
2012-09-14 David Edelsohn <dje.gcc@gmail.com>
* configure: Regenerated.
2012-08-09 Dodji Seketeli <dodji@redhat.com>
2012-08-09 Dodji Seketeli <dodji@redhat.com>
Use accessor functions to manipulate xmlOutputBuffer
Use accessor functions to manipulate xmlOutputBuffer
...
...
libjava/classpath/configure
View file @
8e6bfa1f
...
@@ -8845,6 +8845,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
...
@@ -8845,6 +8845,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
#
AIX
5
now
supports
IA64
processor
#
AIX
5
now
supports
IA64
processor
lt_prog_compiler_static
=
'-Bstatic'
lt_prog_compiler_static
=
'-Bstatic'
fi
fi
lt_prog_compiler_pic
=
'-fPIC'
;;
;;
amigaos
*)
amigaos
*)
...
@@ -11818,7 +11819,7 @@ else
...
@@ -11818,7 +11819,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
cat > conftest.$ac_ext <<_LT_EOF
#line 1182
1
"
configure
"
#line 1182
2
"
configure
"
#include "
confdefs
.
h
"
#include "
confdefs
.
h
"
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
...
@@ -11924,7 +11925,7 @@ else
...
@@ -11924,7 +11925,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
cat > conftest.$ac_ext <<_LT_EOF
#line 1192
7
"
configure
"
#line 1192
8
"
configure
"
#include "
confdefs
.
h
"
#include "
confdefs
.
h
"
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
...
@@ -15103,6 +15104,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
...
@@ -15103,6 +15104,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
#
AIX
5
now
supports
IA64
processor
#
AIX
5
now
supports
IA64
processor
lt_prog_compiler_static_CXX
=
'-Bstatic'
lt_prog_compiler_static_CXX
=
'-Bstatic'
fi
fi
lt_prog_compiler_pic_CXX
=
'-fPIC'
;;
;;
amigaos
*)
amigaos
*)
...
@@ -23885,7 +23887,7 @@ else
...
@@ -23885,7 +23887,7 @@ else
JAVA_TEST=Object.java
JAVA_TEST=Object.java
CLASS_TEST=Object.class
CLASS_TEST=Object.class
cat << \EOF > $JAVA_TEST
cat << \EOF > $JAVA_TEST
/* #line 238
88
"configure" */
/* #line 238
90
"configure" */
package java.lang;
package java.lang;
public class Object
public class Object
...
@@ -23978,7 +23980,7 @@ EOF
...
@@ -23978,7 +23980,7 @@ EOF
if uudecode$EXEEXT Test.uue; then
if uudecode$EXEEXT Test.uue; then
ac_cv_prog_uudecode_base64=yes
ac_cv_prog_uudecode_base64=yes
else
else
echo "configure: 2398
1
: uudecode had trouble decoding base 64 file '
Test
.
uue
'" >&5
echo "configure: 2398
3
: uudecode had trouble decoding base 64 file '
Test
.
uue
'" >&5
echo "configure: failed file was:" >&5
echo "configure: failed file was:" >&5
cat Test.uue >&5
cat Test.uue >&5
ac_cv_prog_uudecode_base64=no
ac_cv_prog_uudecode_base64=no
...
@@ -24006,7 +24008,7 @@ JAVA_TEST=Test.java
...
@@ -24006,7 +24008,7 @@ JAVA_TEST=Test.java
CLASS_TEST=Test.class
CLASS_TEST=Test.class
TEST=Test
TEST=Test
cat << \EOF > $JAVA_TEST
cat << \EOF > $JAVA_TEST
/* [#]line 240
09
"configure" */
/* [#]line 240
11
"configure" */
public class Test {
public class Test {
public static void main (String args[]) {
public static void main (String args[]) {
System.exit (0);
System.exit (0);
...
@@ -24214,7 +24216,7 @@ if test "x${use_glibj_zip}" = xfalse || \
...
@@ -24214,7 +24216,7 @@ if test "x${use_glibj_zip}" = xfalse || \
JAVA_TEST
=
Test
.
java
JAVA_TEST
=
Test
.
java
CLASS_TEST
=
Test
.
class
CLASS_TEST
=
Test
.
class
cat
<<
\
EOF
>
$
JAVA_TEST
cat
<<
\
EOF
>
$
JAVA_TEST
/*
#
line
2421
7
"configure"
*/
/*
#
line
2421
9
"configure"
*/
public
class
Test
public
class
Test
{
{
public
static
void
main
(
String
args
)
public
static
void
main
(
String
args
)
...
...
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