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
ded63764
Commit
ded63764
authored
18 years ago
by
Tom Tromey
Committed by
Tom Tromey
18 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Rebuilt.
* configure: Rebuilt. * configure.ac: Clear vm-tools-packages. From-SVN: r122677
parent
a24ff43f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
libjava/ChangeLog
+5
-0
libjava/configure
+3
-2
libjava/configure.ac
+1
-0
No files found.
libjava/ChangeLog
View file @
ded63764
2007-03-07 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
* configure.ac: Clear vm-tools-packages.
2007-03-07 Mohan Embar <gnustuff@thisiscool.com>
* java/lang/Win32Process.java: Added nested class EOFInputStream.
...
...
This diff is collapsed.
Click to expand it.
libjava/configure
View file @
ded63764
...
...
@@ -5088,6 +5088,7 @@ if test "$use_x_awt" != yes; then
fi
# Tools that need to be compiled against classpath's tools classes
:
>
vm-tools-packages
for
package
in
gnu/gcj/tools/gc_analyze
;
do
echo
$package
>>
standard.omit
echo
$package
>>
vm-tools-packages
...
...
@@ -6030,7 +6031,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
case
$host
in
*
-
*
-irix6
*
)
# Find out which ABI we are using.
echo
'#line 603
3
"configure"'
>
conftest.
$ac_ext
echo
'#line 603
4
"configure"'
>
conftest.
$ac_ext
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_compile
\"
"
)
>
&5
(
eval
$ac_compile
)
2>&5
ac_status
=
$?
...
...
@@ -7072,7 +7073,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then
:
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 707
5
"configure"
#line 707
6
"configure"
struct S { ~S(); };
void bar();
void foo()
...
...
This diff is collapsed.
Click to expand it.
libjava/configure.ac
View file @
ded63764
...
...
@@ -296,6 +296,7 @@ if test "$use_x_awt" != yes; then
fi
# Tools that need to be compiled against classpath's tools classes
: > vm-tools-packages
for package in gnu/gcj/tools/gc_analyze ; do
echo $package >> standard.omit
echo $package >> vm-tools-packages
...
...
This diff is collapsed.
Click to expand it.
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