From 4ca727c45f2eea23ce48aecc45445e5e5ae12aee Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 1 May 1992 22:02:21 +0000 Subject: [PATCH] Added h8300xray target --- gas/configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gas/configure.in b/gas/configure.in index d50393789a..b774b740fc 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -102,7 +102,8 @@ ebmon) generic) obj_format=generic ;; -hms) + +xray | hms) obj_format=coffbfd need_bfd="./../bfd/libbfd.a" ;; @@ -157,7 +158,7 @@ esac # and target makefile frag -target_makefile_frag=config/mt-${target_cpu} +target_makefile_frag=config/${target_cpu}.mt files="config/ho-${gas_host}.h config/tc-${cpu_type}.c \ config/tc-${cpu_type}.h config/te-${emulation}.h \ -- 2.34.1