From 38dde32fe71cd1617365bd56b0fa7d889b684b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Fri, 2 Oct 2009 12:28:11 +0200 Subject: Make ./conifgure -embedded ppc use powerpc platform as default Today we have a qws/linux-ppc mkspec, but doing -embedded ppc ends up using generic atomic instructions. Just make sure we use the powerpc atomic instrcutions for this mkspec Reviewed-by:paul --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1430d78..c521bad 100755 --- a/configure +++ b/configure @@ -2765,7 +2765,7 @@ if [ "$PLATFORM" != "$XPLATFORM" -a "$CFG_EMBEDDED" != "no" ]; then ipaq|sharp) CFG_ARCH=arm ;; - dm7000) + dm7000|ppc) CFG_ARCH=powerpc ;; dm800) -- cgit v0.12