X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=make-config.sh;h=e5fbade2c4c050b84a3f628982c76870efb3b637;hb=17532463fa19f2fc2aba53b65c32e200a27ccd6a;hp=1e82a92f491f06cf1d3d7323e3d0a21c4424f9b7;hpb=4efb45cc0b0b9c3109d7cfd72f3f35de2ca4727e;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 1e82a92..e5fbade 100644 --- a/make-config.sh +++ b/make-config.sh @@ -102,10 +102,11 @@ case `uname -m` in *86) guessed_sbcl_arch=x86 ;; i86pc) guessed_sbcl_arch=x86 ;; *x86_64) guessed_sbcl_arch=x86-64 ;; + amd64) guessed_sbcl_arch=x86-64 ;; [Aa]lpha) guessed_sbcl_arch=alpha ;; sparc*) guessed_sbcl_arch=sparc ;; sun*) guessed_sbcl_arch=sparc ;; - ppc) guessed_sbcl_arch=ppc ;; + *ppc) guessed_sbcl_arch=ppc ;; ppc64) guessed_sbcl_arch=ppc ;; Power*Macintosh) guessed_sbcl_arch=ppc ;; parisc) guessed_sbcl_arch=hppa ;; @@ -312,6 +313,8 @@ elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "darwin" ]; then echo "See the limit(1) or ulimit(1) commands and the README file." exit 1 fi +elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "netbsd" ]; then + printf ' :gencgc :stack-allocatable-closures :linkage-table' >> $ltf elif [ "$sbcl_arch" = "sparc" ]; then # Test the compiler in order to see if we are building on Sun # toolchain as opposed to GNU binutils, and write the appropriate