aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-07-08 00:59:41 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-07-08 00:59:41 +0000
commit26e4818b03e31f38ff9ac48f9ad52e0426305666 (patch)
tree6c37c64471a9bb79a0a638137c5ae38e01ff998d /configure
parent04a59f79fb5cc5f974f62d42856086c6b43dc26f (diff)
downloadfsf-binutils-gdb-26e4818b03e31f38ff9ac48f9ad52e0426305666.zip
fsf-binutils-gdb-26e4818b03e31f38ff9ac48f9ad52e0426305666.tar.gz
fsf-binutils-gdb-26e4818b03e31f38ff9ac48f9ad52e0426305666.tar.bz2
remove another fixme
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 2 insertions, 14 deletions
diff --git a/configure b/configure
index dd63ab3..f36d2be 100755
--- a/configure
+++ b/configure
@@ -772,18 +772,6 @@ EOF
echo site_makefile_frag = ${invsubdir}${site_makefile_frag} >>${Makefile}
fi
- # fixme: this shouldn't be in configure.
- # Define macro CROSS_COMPILE in compilation if this is a cross-compiler.
- case "${host_alias}" in
- "${target_alias}")
- echo "ALL=all.internal" >> ${Makefile}
- ;;
- *)
- echo "CROSS=-DCROSS_COMPILE" >> ${Makefile}
- echo "ALL=all.cross" >> ${Makefile}
- ;;
- esac
-
# reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
# remove any form feeds.
if [ -z "${subdirs}" ]; then
@@ -800,13 +788,13 @@ EOF
-e "s/ //" \
-e "s:^program_prefix[ ]*=.*$:program_prefix = ${program_prefix}:" \
-e "s:^program_suffix[ ]*=.*$:program_suffix = ${program_suffix}:" \
- -e "s:^program_transform_name[ ]*=.*$:program_transform_name = \"${program_transform_name}\":" \
+ -e "s:^program_transform_name[ ]*=.*$:program_transform_name = ${program_transform_name}:" \
-e "s:^tooldir[ ]*=.*$:tooldir = ${tooldir}:" \
${subdir}/Makefile.tem >> ${Makefile}
# final copy now in ${Makefile}
else
- echo "No Makefile.in found in ${srcdir}, unable to configure" 1>&2
+ echo "No Makefile.in found in ${srcdir}/${subdir}, unable to configure" 1>&2
fi
rm -f ${subdir}/Makefile.tem