remove another fixme
This commit is contained in:
parent
04a59f79fb
commit
26e4818b03
@ -1,3 +1,8 @@
|
|||||||
|
Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
|
||||||
|
|
||||||
|
* configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
|
||||||
|
definitions
|
||||||
|
|
||||||
Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
|
Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
|
||||||
|
|
||||||
* configure.in (target sh): Build gprof.
|
* configure.in (target sh): Build gprof.
|
||||||
|
16
configure
vendored
16
configure
vendored
@ -772,18 +772,6 @@ EOF
|
|||||||
echo site_makefile_frag = ${invsubdir}${site_makefile_frag} >>${Makefile}
|
echo site_makefile_frag = ${invsubdir}${site_makefile_frag} >>${Makefile}
|
||||||
fi
|
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,
|
# reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
|
||||||
# remove any form feeds.
|
# remove any form feeds.
|
||||||
if [ -z "${subdirs}" ]; then
|
if [ -z "${subdirs}" ]; then
|
||||||
@ -800,13 +788,13 @@ EOF
|
|||||||
-e "s///" \
|
-e "s///" \
|
||||||
-e "s:^program_prefix[ ]*=.*$:program_prefix = ${program_prefix}:" \
|
-e "s:^program_prefix[ ]*=.*$:program_prefix = ${program_prefix}:" \
|
||||||
-e "s:^program_suffix[ ]*=.*$:program_suffix = ${program_suffix}:" \
|
-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}:" \
|
-e "s:^tooldir[ ]*=.*$:tooldir = ${tooldir}:" \
|
||||||
${subdir}/Makefile.tem >> ${Makefile}
|
${subdir}/Makefile.tem >> ${Makefile}
|
||||||
# final copy now in ${Makefile}
|
# final copy now in ${Makefile}
|
||||||
|
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
rm -f ${subdir}/Makefile.tem
|
rm -f ${subdir}/Makefile.tem
|
||||||
|
Loading…
Reference in New Issue
Block a user