This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Build directory
- From: Momchil Velikov <velco at fadata dot bg>
- To: gcc-patches at gcc dot gnu dot org
- Date: 04 Apr 2002 14:20:49 +0300
- Subject: [PATCH] Build directory
Please, consider for head and branch.
2002-04-04 Momchil Velikov <velco@fadata.bg>
* configure.in (FORBUILD): Initialize to $build_alias.
--- configure.in.~1.576.4.3.~ Wed Mar 20 11:16:03 2002
+++ configure.in Wed Apr 3 16:34:59 2002
@@ -872,7 +872,7 @@ else
cd ..
rm -rf $tempdir
build_auto=auto-build.h
- FORBUILD=../$build
+ FORBUILD=../$build_alias
fi
AC_SUBST(FORBUILD)