diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-03-02 17:02:35 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-03-02 17:02:35 +0000 |
commit | be956b0c973adb1dda03dd94a1b52090ce32ea44 (patch) | |
tree | 4e6955b2dfec734a5122345803bc5c0a4b397002 /configure.in | |
parent | 0c85d4acae2aeb1029c36069555855baa615404c (diff) | |
download | gdb-be956b0c973adb1dda03dd94a1b52090ce32ea44.zip gdb-be956b0c973adb1dda03dd94a1b52090ce32ea44.tar.gz gdb-be956b0c973adb1dda03dd94a1b52090ce32ea44.tar.bz2 |
configure.in: For VMS target, skip bfd, ld, binutils.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index e105aa0..8397d84 100644 --- a/configure.in +++ b/configure.in @@ -159,6 +159,9 @@ case "${target}" in *-*-solaris2) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/gas//'` ;; + *-*-vms) + configdirs=`echo ${configdirs} | sed -e 's/bfd//;s/ld//;s/binutils//'` + ;; esac |