Recognize sparclite as a sparc variant.
authorJim Wilson <wilson@tuliptree.org>
Thu, 28 May 1992 18:22:42 +0000 (18:22 +0000)
committerJim Wilson <wilson@tuliptree.org>
Thu, 28 May 1992 18:22:42 +0000 (18:22 +0000)
gas/ChangeLog
gas/configure.in

index 2f4bef6af22febb9a6b2d734889c62c2866d2310..a2c131b08f595e19c4ac92fb7fa0466381df5038 100644 (file)
@@ -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
index b774b740fc3a55d3da34291f52742621608249e2..afd7ed9cde844981787c8db9731399adaae0b82b 100644 (file)
@@ -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