diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-07 23:49:45 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-07 23:49:45 +0000 |
| commit | 26932698932dd9938287ce55af8c567f436e7cd4 (patch) | |
| tree | 6f81aea96407e31a49d8cb754f1086ee818b8ab5 /libjava/configure | |
| parent | 0f493cacc55119687a88e5884b626a5afa9239c4 (diff) | |
| download | ppe42-gcc-26932698932dd9938287ce55af8c567f436e7cd4.tar.gz ppe42-gcc-26932698932dd9938287ce55af8c567f436e7cd4.zip | |
* configure: Rebuilt.
* configure.ac: Clear vm-tools-packages.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122677 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure')
| -rwxr-xr-x | libjava/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libjava/configure b/libjava/configure index 04449d535e1..7c56bb4143a 100755 --- a/libjava/configure +++ b/libjava/configure @@ -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 6033 "configure"' > conftest.$ac_ext + echo '#line 6034 "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 7075 "configure" +#line 7076 "configure" struct S { ~S(); }; void bar(); void foo() |

