projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e8bf29
)
do not build ld, bfd, ... for decstatn
author
Heinz G. Seidl
<hgs@cygnus>
Sun, 2 Feb 1992 04:53:15 +0000
(
04:53
+0000)
committer
Heinz G. Seidl
<hgs@cygnus>
Sun, 2 Feb 1992 04:53:15 +0000
(
04:53
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index d8ac7b52626ff21612bec5370934cc0853018639..c9bbb7a719c8824fb76b31a712911ae81b6b2d76 100644
(file)
--- 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}