From 605cd2a3fdf18542c190309cf48c635e524795c9 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Mon, 21 Oct 1991 19:53:31 +0000 Subject: [PATCH] ebmon stuff --- gas/configure.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/configure.in b/gas/configure.in index e2cb397935b..118b1f0320a 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" -- 2.30.2