From 34c347b9448e1c752c885cf312ec730e1176af9d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 16 May 2008 09:33:59 +0000 Subject: Add gcc 4.2.3 and gcc 3.4.6-native from Poky --- packages/gcc/gcc-cross_4.2.3.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/gcc/gcc-cross_4.2.3.bb (limited to 'packages/gcc/gcc-cross_4.2.3.bb') diff --git a/packages/gcc/gcc-cross_4.2.3.bb b/packages/gcc/gcc-cross_4.2.3.bb new file mode 100644 index 0000000000..11e04594fc --- /dev/null +++ b/packages/gcc/gcc-cross_4.2.3.bb @@ -0,0 +1,12 @@ +PR = "r6" + +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 += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}" + +ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${layout_includedir}" -- cgit v1.2.3