From 2a7348129a42f21095fcd62e47a035f78d254130 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 17:36:38 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- conf/machine/include/tune-ppc440.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/include/tune-ppc440.inc (limited to 'conf/machine/include/tune-ppc440.inc') diff --git a/conf/machine/include/tune-ppc440.inc b/conf/machine/include/tune-ppc440.inc new file mode 100644 index 0000000..6262fb7 --- /dev/null +++ b/conf/machine/include/tune-ppc440.inc @@ -0,0 +1,11 @@ +DEFAULTTUNE ?= "ppc440" + +require conf/machine/include/powerpc/arch-powerpc.inc + +TUNEVALID[ppc440] = "Enable ppc440 specific processor optimizations" +TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppc440", "-mcpu=440", "", d)}" +TUNE_PKGARCH = "${@bb.utils.contains("TUNE_FEATURES", "ppc440", "ppc440", "", d)}" + +AVAILTUNES = "ppc440" +TUNE_FEATURES_tune-ppc440 = "m32 fpu-soft ppc440" +PACKAGE_EXTRA_ARCHS_tune-ppc440 = "powerpc-nf ppc440 ppc405" -- cgit v1.2.3-54-g00ecf