From 192f7db5aa57125e714585bd7ce0e9a2c6c5922c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 11 May 2010 16:51:55 -0700 Subject: gcc-4.4.4: Move gcc 4.4.3 recipes to gcc 4.4.4 * Reset INC_PR and update checksums. Signed-off-by: Khem Raj --- recipes/gcc/gcc-cross_4.4.4.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/gcc/gcc-cross_4.4.4.bb (limited to 'recipes/gcc/gcc-cross_4.4.4.bb') diff --git a/recipes/gcc/gcc-cross_4.4.4.bb b/recipes/gcc/gcc-cross_4.4.4.bb new file mode 100644 index 0000000000..6034b34af7 --- /dev/null +++ b/recipes/gcc/gcc-cross_4.4.4.bb @@ -0,0 +1,9 @@ +require gcc-${PV}.inc +require gcc-cross4.inc +PR = "${INC_PR}.0" + +SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " + +EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}" + +ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" -- cgit 1.2.3-korg