From ff0f815593c33f1a82ba4d1cbe41e6b987da1f47 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 23 Mar 2012 08:22:26 +0100 Subject: toolchain-layer: move binutils and gcc from meta-oe into here MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acked-by: Martin Jansa Acked-by: Eric Bénard Acked-by: Khem Raj Signed-off-by: Koen Kooi --- toolchain-layer/recipes-devtools/gcc/gcc_4.5.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 toolchain-layer/recipes-devtools/gcc/gcc_4.5.bb (limited to 'toolchain-layer/recipes-devtools/gcc/gcc_4.5.bb') diff --git a/toolchain-layer/recipes-devtools/gcc/gcc_4.5.bb b/toolchain-layer/recipes-devtools/gcc/gcc_4.5.bb new file mode 100644 index 0000000000..19e8a25d0e --- /dev/null +++ b/toolchain-layer/recipes-devtools/gcc/gcc_4.5.bb @@ -0,0 +1,7 @@ + +require recipes-devtools/gcc/gcc-${PV}.inc +require recipes-devtools/gcc/gcc-configure-target.inc +require recipes-devtools/gcc/gcc-package-target.inc + +ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" + -- cgit v1.2.3-54-g00ecf