diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-02 23:26:50 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-02 23:26:50 +0000 |
| commit | 0165a03e94dda34ef18da8b9b6dedff6c36c3330 (patch) | |
| tree | f1574d849578659f7af4af27f0e2fb7b43b07dad /libjava/configure.in | |
| parent | 9e2e0ee1809922da015a27c8ba355bc9bb6fb1e5 (diff) | |
| download | ppe42-gcc-0165a03e94dda34ef18da8b9b6dedff6c36c3330.tar.gz ppe42-gcc-0165a03e94dda34ef18da8b9b6dedff6c36c3330.zip | |
* configure.in (GCC_UNWIND_INCLUDE): Assume we're built within
the same tree as gcc.
* configure: Rebuilt.
* exception.cc (_Jv_Throw): Clarify commentary.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41025 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.in')
| -rw-r--r-- | libjava/configure.in | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/libjava/configure.in b/libjava/configure.in index 4e00fce4ac0..ae2c4f9cc29 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -381,19 +381,8 @@ CANADIAN=no NULL_TARGET=no NATIVE=yes -# Find unwind.h and support headers. If we're in the tree with -# gcc, then look there. Otherwise look in compat-include. If all else -# fails, just hope the user has set things up somehow. -echo "probing $srcdir/../gcc/unwind.h" -if test -r $srcdir/../gcc/unwind.h; then - GCC_UNWIND_INCLUDE='-I$(top_srcdir)/../gcc' -else - if test -d $srcdir/../compat-include; then - GCC_UNWIND_INCLUDE='-I$(top_srcdir)/../compat-include' - else - GCC_UNWIND_INCLUDE= - fi -fi +# We're in the tree with gcc, and need to include some of its headers. +GCC_UNWIND_INCLUDE='-I$(top_srcdir)/../gcc' if test -n "${with_cross_host}"; then # We are being configured with a cross compiler. AC_REPLACE_FUNCS |

