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:
9bddba9
)
29k/UDI config stuff.
author
Stu Grossman
<grossman@cygnus>
Fri, 24 Apr 1992 06:27:14 +0000
(06:27 +0000)
committer
Stu Grossman
<grossman@cygnus>
Fri, 24 Apr 1992 06:27:14 +0000
(06:27 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 110daa4f78bee1bad9bd287f1aa1a603fe04a0ad..53578708413276f11c990f0ded5902e870585b69 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-45,8
+45,8
@@
bfd_target=
case "${target_vendor}" in
amd)
case "${target_os}" in
- ebmon) bfd_target="ebmon29k"
-
;;
+ ebmon) bfd_target="ebmon29k"
;;
+
udi) bfd_target="udi29k"
;;
*) echo "bad target_os for amd" ;;
esac
;;