* configure.in: Add sky support
authorIan Carmichael <iancarm@cygnus>
Thu, 15 Jan 1998 15:45:41 +0000 (15:45 +0000)
committerIan Carmichael <iancarm@cygnus>
Thu, 15 Jan 1998 15:45:41 +0000 (15:45 +0000)
* configure: Regenerated

sim/.Sanitize
sim/configure.in

index 32b2f787b9033d8c8db5e5859d775b6c14c7b137..e2c24a7336bd889da518de28cb0ea2612730d54d 100644 (file)
@@ -158,6 +158,33 @@ else
         done
 fi
 
+txvu_files="configure configure.in ChangeLog"
+if ( echo $* | grep keep\-sky > /dev/null ) ; then
+        for i in $txvu_files ; do
+                if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
+                        if [ -n "${verbose}" ] ; then
+                                echo Keeping sky stuff in $i
+                        fi
+                fi
+        done
+else
+        for i in $txvu_files ; do
+                if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then
+                        if [ -n "${verbose}" ] ; then
+                                echo Removing traces of \"sky\" from $i...
+                        fi
+                        cp $i new
+                        sed '/start\-sanitize\-sky/,/end-\sanitize\-sky/d' < $i > new
+                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
+                                if [ -n "${verbose}" ] ; then
+                                        echo Caching $i in .Recover...
+                                fi
+                                mv $i .Recover
+                        fi
+                        mv new $i
+                fi
+        done
+fi
 
 for i in * ; do
         if test ! -d $i && (grep sanitize $i > /dev/null) ; then
index aa7b6d14d806ae3b158afa5ae710710162035127..4797eb9e78b24d0ec63bbf07b970748b7db51261 100644 (file)
@@ -66,6 +66,14 @@ case "${target}" in
        only_if_gcc=yes
        extra_subdirs="${extra_subdirs} igen"
        ;;
+# start-sanitize-sky
+  txvu-*-*)
+       # The Sky simulator
+       sim_target=txvu
+       only_if_gcc=yes
+       extra_subdirs="${extra_subdirs} igen"
+       ;;
+# end-sanitize-sky
   mn10300*-*-*)
        # The mn10300 simulator can only be compiled by gcc.
        sim_target=mn10300