diff options
author | Steve Chamberlain <sac@cygnus> | 1992-05-01 22:02:21 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-05-01 22:02:21 +0000 |
commit | 4ca727c45f2eea23ce48aecc45445e5e5ae12aee (patch) | |
tree | a47ab8283140bde9e51ba3fa7516e860c6588b6f /gas | |
parent | 7143f43cfa729f280a9863b7a026d5aa72a2bde0 (diff) | |
download | gdb-4ca727c45f2eea23ce48aecc45445e5e5ae12aee.zip gdb-4ca727c45f2eea23ce48aecc45445e5e5ae12aee.tar.gz gdb-4ca727c45f2eea23ce48aecc45445e5e5ae12aee.tar.bz2 |
Added h8300xray target
Diffstat (limited to 'gas')
-rw-r--r-- | gas/configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/configure.in b/gas/configure.in index d503937..b774b74 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 \ |