targets=
targetsubdir=
verbose=
-version_path="yes"
+# or maybe grab from gcc/version.c
+version_path="1.95.02"
for arg in $*;
do
# handle things that might have args following as separate words
clib=clib
;;
-noversion | +noversion)
- version_path="no"
+ version_path=""
;;
-ddestdir=* | +ddestdir=* | +ddestdi=* | +ddestd=* | +ddest=* | +ddes=* | +dde=* | +dd=*)
ddestdir=`echo ${arg} | sed 's/[+-]dd[a-z]*=//'`
echo "host_cpu = ${host_cpu}" >> ${Makefile}
echo "host_vendor = ${host_vendor}" >> ${Makefile}
echo "host_os = ${host_os}" >> ${Makefile}
-
+ echo "version_path = ${version_path}" >> ${Makefile}
echo "target_alias = ${target_alias}" >> ${Makefile}
echo "target_cpu = ${target_cpu}" >> ${Makefile}
echo "target_vendor = ${target_vendor}" >> ${Makefile}
#
#
# $Log$
-# Revision 1.70 1991/11/13 19:49:17 sac
+# Revision 1.71 1991/11/13 20:56:11 sac
+# Passes down version_path for things which install themselves into
+# libsubdir.
+#
+# Revision 1.70 1991/11/13 19:49:17 sac
# The +noversion flag will make an installation happen to the machine/..
# directory rather than the machine/version/.. directory.
#