mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 07:49:10 +08:00
configure: Rebuilt.
* configure: Rebuilt. * configure.in: Only add multilib support code if we just rebuilt top-level Makefile. From-SVN: r42693
This commit is contained in:
parent
7dd0ff2b34
commit
eb019738e2
@ -1,3 +1,9 @@
|
||||
2001-05-29 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* configure: Rebuilt.
|
||||
* configure.in: Only add multilib support code if we just rebuilt
|
||||
top-level Makefile.
|
||||
|
||||
2001-05-29 Andrew Haley <aph@redhat.com>
|
||||
|
||||
* include/i386-signal.h (MAKE_THROW_FRAME): Don't fix up frame
|
||||
|
9
libjava/configure
vendored
9
libjava/configure
vendored
@ -7299,9 +7299,12 @@ for am_file in include/config.h gcj/libgcj-config.h; do
|
||||
esac
|
||||
am_indx=`expr "$am_indx" + 1`
|
||||
done
|
||||
if test -n "$CONFIG_FILES"; then
|
||||
ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
|
||||
fi
|
||||
# Only add multilib support code if we just rebuilt top-level Makefile.
|
||||
case " $CONFIG_FILES " in
|
||||
*" Makefile "*)
|
||||
ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
|
||||
;;
|
||||
esac
|
||||
|
||||
# Make subdirectories and `.d' files. Look in both srcdir and
|
||||
# builddir for the .java files.
|
||||
|
@ -820,9 +820,12 @@ AC_SUBST(here)
|
||||
AC_SUBST(GCJFLAGS)
|
||||
|
||||
AC_OUTPUT(Makefile libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java gcj/Makefile include/Makefile testsuite/Makefile,
|
||||
[if test -n "$CONFIG_FILES"; then
|
||||
ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
|
||||
fi
|
||||
[# Only add multilib support code if we just rebuilt top-level Makefile.
|
||||
case " $CONFIG_FILES " in
|
||||
*" Makefile "*)
|
||||
ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
|
||||
;;
|
||||
esac
|
||||
|
||||
# Make subdirectories and `.d' files. Look in both srcdir and
|
||||
# builddir for the .java files.
|
||||
|
Loading…
Reference in New Issue
Block a user