diff options
author | David D. Zuhn <zoo@cygnus> | 1993-06-27 01:42:27 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-06-27 01:42:27 +0000 |
commit | 8c92a7d1c6342a05821c3fd3f7802823384461e4 (patch) | |
tree | 4f2d41d210f378299671924f993a2c7368702d4f /configure.in | |
parent | bf065bfd97d1a0c8f0d2a10b1cfcdb3a99bbd973 (diff) | |
download | gdb-8c92a7d1c6342a05821c3fd3f7802823384461e4.zip gdb-8c92a7d1c6342a05821c3fd3f7802823384461e4.tar.gz gdb-8c92a7d1c6342a05821c3fd3f7802823384461e4.tar.bz2 |
add go32 tools to the go32 targetted toolchains
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
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//'` ;; |