summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorcvs2svn <>2004-01-19 18:29:04 +0000
committercvs2svn <>2004-01-19 18:29:04 +0000
commit463b88dee43d7de8132fac7a503d37f45776edc3 (patch)
tree09d0b9933eb733d16ad655671133ff4c72056c2d /configure.in
parent19a58aa1e1b6710a4fe969ea55492f5fb7a0771d (diff)
downloadcygnal-drow-cplus-merge-20031224.tar.gz
cygnal-drow-cplus-merge-20031224.tar.bz2
cygnal-drow-cplus-merge-20031224.zip
This commit was manufactured by cvs2svn to create tag 'drow-cplus-drow-cplus-merge-20031224
merge-20031224'. Sprout from cagney_bigcore-20040122-branch 2004-01-19 18:28:59 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2003-12-22 00:59:55 UTC DJ Delorie <dj@redhat.com> '* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.': ChangeLog Makefile.def Makefile.in Makefile.tpl config-ml.in config/ChangeLog config/acinclude.m4 configure configure.in gettext.m4 include/ChangeLog include/aout/ChangeLog include/aout/stab.def include/coff/ChangeLog include/demangle.h include/elf/ChangeLog include/elf/common.h include/elf/frv.h include/opcode/ChangeLog include/opcode/h8300.h src-release Delete: include/ChangeLog-9103 include/coff/ChangeLog-9103 include/elf/ChangeLog-9103 include/opcode/ChangeLog-9103
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in17
1 files changed, 3 insertions, 14 deletions
diff --git a/configure.in b/configure.in
index b286f1aa7..256748764 100644
--- a/configure.in
+++ b/configure.in
@@ -504,7 +504,7 @@ case "${target}" in
;;
ia64*-**-hpux*)
# No gdb or ld support yet.
- noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
+ noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld"
;;
i[[3456789]]86-*-coff | i[[3456789]]86-*-elf)
noconfigdirs="$noconfigdirs ${libgcj}"
@@ -1826,9 +1826,7 @@ case "${cache_file}" in
cache_file_option="--cache-file=../${cache_file}" ;;
esac
-# Host dirs don't like to share a cache file either, horribly enough.
-# This seems to be due to autoconf 2.5x stupidity.
-host_configargs="--cache-file=./config.cache --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
+host_configargs="${cache_file_option} --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
target_configargs=${baseargs}
@@ -1852,17 +1850,8 @@ if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib
target_configargs="--with-newlib ${target_configargs}"
fi
-# Different target subdirs use different values of certain variables
-# (notably CXX). Worse, multilibs use *lots* of different values.
-# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
-# it doesn't automatically accept command-line overrides of them.
-# This means it's not safe for target subdirs to share a cache file,
-# which is disgusting, but there you have it. Hopefully this can be
-# fixed in future. It's still worthwhile to use a cache file for each
-# directory. I think.
-
# Pass the appropriate --host, --build, and --cache-file arguments.
-target_configargs="--cache-file=./config.cache --host=${target_alias} --build=${build_alias} ${target_configargs}"
+target_configargs="--cache-file=../config.cache --host=${target_alias} --build=${build_alias} ${target_configargs}"
# provide a proper gxx_include_dir.
# Note, if you change the default, make sure to fix both here and in