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:
44e4e47
)
ebmon stuff
author
Steve Chamberlain
<steve@cygnus>
Mon, 21 Oct 1991 19:53:31 +0000
(19:53 +0000)
committer
Steve Chamberlain
<steve@cygnus>
Mon, 21 Oct 1991 19:53:31 +0000
(19:53 +0000)
gas/configure.in
patch
|
blob
|
history
diff --git
a/gas/configure.in
b/gas/configure.in
index e2cb397935b83d40fc6c2532952940896db51c28..118b1f0320ac9ee7f625280e6f5ff99bcfc28351 100644
(file)
--- a/
gas/configure.in
+++ b/
gas/configure.in
@@
-45,10
+45,15
@@
cpu_type=${target_cpu}
# assign object format
case ${target_os} in
-sysv* | -coff*
| ebmon
)
+sysv* | -coff* )
obj_format=coff
;;
+ebmon)
+ obj_format=coff
+ need_bfd="$(unsubdir)/../bfd$(subdir)/libbfd.a"
+ target_cpu=ebmon29k
+ ;;
hds)
obj_format=ieee
need_bfd="$(unsubdir)/../bfd$(subdir)/libbfd.a"