From: David D. Zuhn Date: Sun, 27 Jun 1993 01:42:27 +0000 (+0000) Subject: add go32 tools to the go32 targetted toolchains X-Git-Tag: gdb-4_18~18608 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c92a7d1c6342a05821c3fd3f7802823384461e4;p=external%2Fbinutils.git add go32 tools to the go32 targetted toolchains --- diff --git a/configure.in b/configure.in index 043661d..a4aebf5 100644 --- a/configure.in +++ b/configure.in @@ -182,11 +182,15 @@ case "${target}" in ## end-sanitize-chill ;; hppa*-*-osf) -# Do configure ld/binutils/gas for this case. + # Do configure ld/binutils/gas for this case. ;; hppa*-*-*) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` ;; + i[34]86-*-go32) + # add the go32 support tools to the list + configdirs=`echo go32 ${configdirs}` + ;; rs6000-*-*) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/gprof//'` ;;