Thanks to Robert Goldman for the fix.
GENCGC platforms. (launchpad bug lp#529014)
* bug fix: More robust checks for invalid DEFMETHOD argument specializers.
(launchpad bug lp#525916)
GENCGC platforms. (launchpad bug lp#529014)
* bug fix: More robust checks for invalid DEFMETHOD argument specializers.
(launchpad bug lp#525916)
+ * bug fix: Fix building on Darwin when sysctl is not in the user's PATH.
+ (Thanks to Robert Goldman)
changes in sbcl-1.0.35 relative to sbcl-1.0.34:
* optimization: ROUND with a single single-float or double-float argument
changes in sbcl-1.0.35 relative to sbcl-1.0.34:
* optimization: ROUND with a single single-float or double-float argument
fi
# Under Darwin, uname -m returns "i386" even if CPU is x86_64.
fi
# Under Darwin, uname -m returns "i386" even if CPU is x86_64.
-if [ "$sbcl_os" = "darwin" ] && [ "`sysctl -n hw.optional.x86_64`" = "1" ]; then
+if [ "$sbcl_os" = "darwin" ] && [ "`/usr/sbin/sysctl -n hw.optional.x86_64`" = "1" ]; then
guessed_sbcl_arch=x86-64
fi
guessed_sbcl_arch=x86-64
fi
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)