diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-19 18:10:09 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-19 18:10:09 +0000 |
commit | b3167a654ad01c827d5d018facebc2a47220503b (patch) | |
tree | 83920b5a2374a0c347a7dbf433c30ce779413487 /configure | |
parent | 59ede0aef948a6e1a6ef2e76e3451e7dbd36d3d1 (diff) | |
download | gcc-b3167a654ad01c827d5d018facebc2a47220503b.tar.gz |
2002-06-19 Phil Edwards <pme@gcc.gnu.org>
* configure, .cvsignore: Revert previous change...
* Makefile: ...delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54792 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/configure b/configure index dafba31cbb1..bb45d199751 100755 --- a/configure +++ b/configure @@ -89,7 +89,7 @@ subdirs= target_alias=NOTARGET target_makefile_frag= undefs=NOUNDEFS -version="$Revision: 1.44 $" +version="$Revision: 1.45 $" x11=default bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' @@ -573,33 +573,6 @@ case "${srcdir}" in fi esac -# If it's an in-source build, make a directory and configure there instead. -# Name the build directory after the host for clarity's sake. Remember that -# name for the redirecting makefile's use, since the makefile shouldn't have -# to duplicate the work of figuring out host_alias. -# -# Also remember if this is a native build or not. Variations on "or not" -# are performed later in this script so we can't test them here. In -# particular, build_alias will still be empty unless specified by the user, -# so do not try in-source builds when making a host-x-host compiler. -# For a cross compile, "make all" = "all". Otherwise, "all" = "bootstrap". -if test "${srcdir}" = "." ; then - builddir=${host_alias} - if test ! -d ${builddir}; then - mkdir ${builddir} || exit 1 - fi - if test ${host_alias} != ${target_alias}; then - t=all - else - t=bootstrap - fi - # stamp-builddir is too long for #$&!*@ 8.3 filesystems - echo "builddir=${builddir}" > s-buildd - echo "defaulttarget=$t" >> s-buildd - cd ${builddir} - exec ${config_shell} ../configure $arguments -fi - ### warn about some conflicting configurations. case "${srcdir}" in |