aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1996-01-22 19:28:13 +0000
committerSteve Chamberlain <sac@cygnus>1996-01-22 19:28:13 +0000
commit84aa3e6938a4ba749dd30e8d7416a797feecb4aa (patch)
tree1d96efda1cc1d940465143eee851f98bc9b98536 /configure
parent7fcb31916db02f090f0c45c8ebf71c54cce84fdf (diff)
downloadfsf-binutils-gdb-84aa3e6938a4ba749dd30e8d7416a797feecb4aa.zip
fsf-binutils-gdb-84aa3e6938a4ba749dd30e8d7416a797feecb4aa.tar.gz
fsf-binutils-gdb-84aa3e6938a4ba749dd30e8d7416a797feecb4aa.tar.bz2
Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
* Makefile.in (DLLTOOL): New. (DLLTOOL_FOR_TARGET): New. (EXTRA_HOST_FLAGS): Pass down DLLTOOL. (EXTRA_TARGET_FLAGS): Ditto. (EXTRA_GCC_FLAGS): Ditto. (CONFIGURE_TARGET_MODULES): Ditto. (DO_X): Ditto. * configure: Add DLLTOOL.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index a7f583c..3d6be6e 100755
--- a/configure
+++ b/configure
@@ -694,7 +694,8 @@ if [ "${build}" != "${host}" ]; then
# are not the same, we set reasonable default values for the tools.
tools="AR AR_FOR_TARGET AS AS_FOR_TARGET BISON CC_FOR_BUILD"
- tools="${tools} CC_FOR_TARGET CXX_FOR_TARGET HOST_PREFIX"
+ tools="${tools} CC_FOR_TARGET CXX_FOR_TARGET"
+ tools="${tools} DLLTOOL DLLTOOL_FOR_TARGET HOST_PREFIX"
tools="${tools} HOST_PREFIX_1 LD LD_FOR_TARGET LEX MAKEINFO NM"
tools="${tools} NM_FOR_TARGET RANLIB RANLIB_FOR_TARGET"
@@ -723,6 +724,8 @@ s/\\\n//g
CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
CC_FOR_TARGET=${CC_FOR_TARGET-${target_alias}-gcc}
CXX_FOR_TARGET=${CXX_FOR_TARGET-${target_alias}-gcc}
+ DLLTOOL=${DLLTOOL-${host_alias}-dlltool}
+ DLLTOOL_FOR_TARGET=${DLLTOOL_FOR_TARGET-${target_alias}-dlltool}
HOST_PREFIX=${build_alias}-
HOST_PREFIX_1=${build_alias}-
LD=${LD-${host_alias}-ld}
@@ -775,6 +778,7 @@ s/\\\n//g
export AS
export AR
export CC_FOR_BUILD
+ export DLLTOOL
export LD
export NM
export RANLIB