diff options
author | Steve Chamberlain <steve@cygnus> | 1991-10-21 19:53:31 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-10-21 19:53:31 +0000 |
commit | 605cd2a3fdf18542c190309cf48c635e524795c9 (patch) | |
tree | e1c90e0353fdeb98f3be99d883c27419a54d1e94 /gas/configure.in | |
parent | 44e4e473f8947f2477f99335a3e217fd2a400ebf (diff) | |
download | ppe42-binutils-605cd2a3fdf18542c190309cf48c635e524795c9.tar.gz ppe42-binutils-605cd2a3fdf18542c190309cf48c635e524795c9.zip |
ebmon stuff
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index e2cb397935..118b1f0320 100644 --- 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" |