From e1babd21c986940192872d2d9a5885df74b68117 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 22 Apr 2010 13:07:33 -0700 Subject: gcc: Add recipes for version 4.5.0 Signed-off-by: Khem Raj --- recipes/gcc/gcc_4.5.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/gcc/gcc_4.5.0.bb (limited to 'recipes/gcc/gcc_4.5.0.bb') diff --git a/recipes/gcc/gcc_4.5.0.bb b/recipes/gcc/gcc_4.5.0.bb new file mode 100644 index 0000000000..55725b0044 --- /dev/null +++ b/recipes/gcc/gcc_4.5.0.bb @@ -0,0 +1,13 @@ +PR = "r0" +require gcc-${PV}.inc +require gcc-configure-target.inc +require gcc-package-target.inc + +# Gcc 4.3.3 installs crt* in a '4.3.1' dir.... +FILES_${PN} += "\ + ${gcclibdir}/${TARGET_SYS}/*/*.o \ +" + +SRC_URI_append = "file://fortran-cross-compile-hack.patch;patch=1" + +ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" -- cgit 1.2.3-korg