From f113a18188e818c7fb23538e4ec8b31b05113227 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 26 Mar 2013 16:18:19 +1000 Subject: tune-microblaze: Reorder PKGARCH suffixes * Move math suffixes after all existing suffixes Signed-off-by: Nathan Rossi --- conf/machine/include/tune-microblaze.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/tune-microblaze.inc b/conf/machine/include/tune-microblaze.inc index 6479afbf..b387ea1a 100644 --- a/conf/machine/include/tune-microblaze.inc +++ b/conf/machine/include/tune-microblaze.inc @@ -13,5 +13,6 @@ TUNEVALID[microblaze] = "Microblaze" TUNE_FEATURES_tune-microblaze += "microblaze" TUNE_CCARGS += "${MBCCARGSENDIAN} ${MBCCARGSVERSION} ${MBCCARGSBARRELSHIFT} ${MBCCARGSMUL} ${MBCCARGSDIV} ${MBCCARGSFPU} ${MBCCARGSPATTERNCOMPARE} ${MBCCARGSREORDER}" -TUNE_PKGARCH = "microblaze${MBPKGENDIAN}${MBPKGVERSION}${MBPKGBARRELSHIFT}${MBPKGMUL}${MBPKGDIV}${MBPKGFPU}${MBPKGSPATTERNCOMPARE}${MBPKGREORDER}" +MBPKGMATH = "${MBPKGMUL}${MBPKGDIV}${MBPKGFPU}" +TUNE_PKGARCH = "microblaze${MBPKGENDIAN}${MBPKGVERSION}${MBPKGBARRELSHIFT}${MBPKGSPATTERNCOMPARE}${MBPKGREORDER}${MBPKGMATH}" PACKAGE_EXTRA_ARCHS_tune-microblaze = "${TUNE_PKGARCH}" -- cgit v1.2.3-54-g00ecf