From: Jim Wilson Date: Thu, 28 May 1992 18:22:42 +0000 (+0000) Subject: Recognize sparclite as a sparc variant. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfd53fe988ac0fb092fd4bae50533c96fc20f077;p=binutils-gdb.git Recognize sparclite as a sparc variant. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 2f4bef6af22..a2c131b08f5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Thu May 28 11:22:02 1992 Jim Wilson (wilson@sphagnum.cygnus.com) + + * configure.in: Recognize sparclite as a sparc variant. + Tue May 26 16:47:56 1992 Steve Chamberlain (sac@thepub.cygnus.com) * config/tc-a29k.c: lint diff --git a/gas/configure.in b/gas/configure.in index b774b740fc3..afd7ed9cde8 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -86,8 +86,15 @@ aix*) bout*) obj_format=bout ;; nindy*) obj_format=bout ;; -bsd* | sunos*) obj_format=aout ;; +bsd* | sunos*) + obj_format=aout + emulation=sun3 ;; +udi) + obj_format=coffbfd + need_bfd="./../bfd/libbfd.a" + target_cpu=ebmon29k + ;; ebmon-old) obj_format=coff need_bfd="./../bfd/libbfd.a" @@ -156,6 +163,11 @@ vax) atof=vax ;; *) atof=ieee ;; esac +# check for architecture variants +case ${target_cpu} in +sparclite) cpu_type=sparc ;; +esac + # and target makefile frag target_makefile_frag=config/${target_cpu}.mt