From: Michael Meissner Date: Tue, 17 Oct 2000 03:00:51 +0000 (+0000) Subject: Only create gcc/configargs.h if gcc build directory is present X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5e1b5484707fd849fb5022902126e008fe4d798;p=gcc.git Only create gcc/configargs.h if gcc build directory is present From-SVN: r36894 --- diff --git a/ChangeLog b/ChangeLog index ca4f48354d5..138152119eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-16 Michael Meissner + + * configure (gcc/configargs.h): Only create if there is a build GCC + directory created. + 2000-10-16 Matthias Klose * config.if: Search libstdc++-v3/configure.in for INTERFACE, diff --git a/configure b/configure index 70dcb5bb04e..95467f5a3cc 100755 --- a/configure +++ b/configure @@ -88,7 +88,7 @@ subdirs= target_alias=NOTARGET target_makefile_frag= undefs=NOUNDEFS -version="$Revision: 1.28 $" +version="$Revision: 1.29 $" x11=default bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' @@ -1605,10 +1605,12 @@ if [ -z "${norecursion}" ] && [ -n "${configdirs}" ] ; then fi # Remember configure arguments for later. -cat > gcc/configargs.h < gcc/configargs.h <