From 5814ae4cdecac7099adcc29a9c1b92b0caabe1fc Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Tue, 11 Aug 2009 11:54:41 +0200 Subject: gcc: add new gcc version 4.3.4 Tested on a armv5te platform using thumb instruction set --- recipes/gcc/gcc-cross_4.3.4.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/gcc/gcc-cross_4.3.4.bb (limited to 'recipes/gcc/gcc-cross_4.3.4.bb') diff --git a/recipes/gcc/gcc-cross_4.3.4.bb b/recipes/gcc/gcc-cross_4.3.4.bb new file mode 100644 index 0000000000..9c59a4e5fd --- /dev/null +++ b/recipes/gcc/gcc-cross_4.3.4.bb @@ -0,0 +1,11 @@ +PR = "${INC_PR}.0" +require gcc-${PV}.inc +require gcc-cross4.inc +require gcc-configure-cross.inc +require gcc-package-cross.inc + +SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " + +EXTRA_OECONF += " --enable-cheaders=c_std --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}" + +ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${layout_includedir}" -- cgit 1.2.3-korg