0.8.2.8:
[sbcl.git] / make-config.sh
index 54e2982..625ec6f 100644 (file)
@@ -35,6 +35,7 @@ case `uname -m` in
     sparc*) guessed_sbcl_arch=sparc ;;
     sun*) guessed_sbcl_arch=sparc ;;
     ppc) guessed_sbcl_arch=ppc ;;
+    Power*Macintosh) guessed_sbcl_arch=ppc ;;
     parisc) guessed_sbcl_arch=hppa ;;
     mips) guessed_sbcl_arch=mips ;;
     *)
@@ -126,6 +127,13 @@ case `uname` in
                ;;
        esac
        ;;
+    Darwin)
+       printf ' :bsd' >> $ltf
+       ln -s $sbcl_arch-darwin-os.h target-arch-os.h
+       ln -s bsd-os.h target-os.h
+       printf ' :darwin' >> $ltf
+       ln -s Config.$sbcl_arch-darwin Config
+       ;;
     SunOS)
         printf ' :sunos' >> $ltf
        ln -s Config.$sbcl_arch-sunos Config