* configure.in: Build simulator on sparclite and sparc86x targets.
authorMark Alexander <marka@cygnus>
Wed, 29 Apr 1998 20:11:29 +0000 (20:11 +0000)
committerMark Alexander <marka@cygnus>
Wed, 29 Apr 1998 20:11:29 +0000 (20:11 +0000)
* configure: Regenerate.

sim/configure.in

index 83cffc4d15e330af92cdd291b83ff6fbf2d6dd26..f098025a0d969faa85dd06b603f99e05ff50796f 100644 (file)
@@ -120,6 +120,11 @@ case "${target}" in
   sparc64-*-*)
        sim_target=none # Don't build erc32 if sparc64.
        ;;
+  sparclite*-*-* | sparc86x*-*-*)
+       # The SPARC simulator can only be compiled by gcc.
+       sim_target=erc32
+       only_if_gcc=yes
+       ;;
   sparc*-*-*)
        # The SPARC simulator can only be compiled by gcc.
        sim_target=erc32
This page took 0.025691 seconds and 4 git commands to generate.