[linux-yocto] [PATCH 3/3] crystalforest: Enable GCC inline compiler option
kishore.k.bodke at intel.com
kishore.k.bodke at intel.com
Wed Nov 21 12:19:52 PST 2012
From: Kishore Bodke <kishore.k.bodke at intel.com>
Enable GCC compiler INLINING option for Crystal Forest
machine.
Signed-off-by: Kishore Bodke <kishore.k.bodke at intel.com>
---
.../bsp/crystalforest/crystalforest.scc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.scc b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.scc
index f67aeae..e309144 100644
--- a/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.scc
+++ b/meta/cfg/kernel-cache/bsp/crystalforest/crystalforest.scc
@@ -20,3 +20,6 @@ include features/pci-iov/pci-iov.scc
#Enable PCI device extended Configuration Space
include features/pci/pci.scc
+
+#Enable GCC inlining
+include features/inline/inline.scc
--
1.7.9.5
More information about the linux-yocto
mailing list