From 7ccdfeffc5202da60d7da5b7cb99ea655fe89238 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 6 Aug 2009 19:46:45 -0700 Subject: gcc: Remove gcc 4.1.0 recipes in favour of gcc 4.4.1 Signed-off-by: Khem Raj --- recipes/gcc/gcc_4.4.1.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/gcc/gcc_4.4.1.bb (limited to 'recipes/gcc/gcc_4.4.1.bb') diff --git a/recipes/gcc/gcc_4.4.1.bb b/recipes/gcc/gcc_4.4.1.bb new file mode 100644 index 0000000000..9773205c52 --- /dev/null +++ b/recipes/gcc/gcc_4.4.1.bb @@ -0,0 +1,13 @@ +require gcc-${PV}.inc +require gcc-configure-target.inc +require gcc-package-target.inc +PR = "${INC_PR}.1" + +# GCC 4.4.0 installs crt* in a '4.4.0' 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