From 05cd8d982d8efb768cd39fe25fc66edf758a1f8e Mon Sep 17 00:00:00 2001 From: "Heinz G. Seidl" Date: Sun, 2 Feb 1992 04:53:15 +0000 Subject: [PATCH] do not build ld, bfd, ... for decstatn --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.in b/configure.in index d8ac7b5..c9bbb7a 100644 --- a/configure.in +++ b/configure.in @@ -40,6 +40,11 @@ amd) ;; esac +case "${target_cpu}" in + mips) configdirs=`echo ${configdirs} | sed -e 's/bfd//;s/ld//;s/binutils//;s/gas//'` + ;; +esac + target_makefile_frag=config/mt-${bfd_target} -- 2.7.4