From: Jim Wilson Date: Tue, 28 Jan 1992 00:38:04 +0000 (+0000) Subject: Steve's version_path stuff bites the dust. X-Git-Tag: gdb-4_18~22536 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1395529c9d1453977ee5e2f808467466d6ecd9c1;p=external%2Fbinutils.git Steve's version_path stuff bites the dust. --- diff --git a/configure b/configure index b06cf25..a56c484 100755 --- a/configure +++ b/configure @@ -88,10 +88,6 @@ verbose= version="$Revision$" x11=default -# or maybe grab from gcc/version.c -version_path= -next_version_path= - NO_EDIT="This file was generated automatically by configure. Do not edit." ## this is a little touchy and won't always work, but... @@ -125,7 +121,6 @@ do # elif [ -n "${next_namesubdir}" ] ; then \ # namesubdir=${arg} ; namesubdiroption="--namesubdir=${namesubdir}" ; next_namesubdir= # elif [ -n "${next_objdir}" ] ; then objdir=${arg} ; objdiroption="--objdir=${objdir}" ; next_objdir= - elif [ -n "${next_version_path}" ] ; then version_path=${arg} ; next_version_path= elif [ -n "${next_site}" ] ; then site=${arg} ; next_site= elif [ -n "${next_srcdir}" ] ; then srcdir=${arg} ; next_srcdir= elif [ -n "${next_target}" ] ; then @@ -273,10 +268,6 @@ do fi done -if [ -n "${verbose}" ] ; then - echo $0 $* -fi - # process host and target if [ -z "${fatal}" ] ; then # # Complain if an arg is missing @@ -601,7 +592,7 @@ for host in ${hosts} ; do 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}