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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c92a7d1c6342a05821c3fd3f7802823384461e4;p=binutils-gdb.git add go32 tools to the go32 targetted toolchains --- diff --git a/configure.in b/configure.in index 043661dfe88..a4aebf585db 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//'` ;;