From fab7419cc6a2e53d1cc122abb6d8a3ce0e46fd07 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 16 Mar 2008 00:34:24 +0000 Subject: gcc: Move old style gcc*build*.inc includes into gcc-configure-{target|cross|sdk} and a common include file. Factor some common data not related to configure into gcc-common.inc. Rewrite 3.3.3 and 3.3.4 recipes to use standard includes (tested and they work). --- packages/gcc/gcc-configure-target.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/gcc/gcc-configure-target.inc (limited to 'packages/gcc/gcc-configure-target.inc') diff --git a/packages/gcc/gcc-configure-target.inc b/packages/gcc/gcc-configure-target.inc new file mode 100644 index 0000000000..04045aa541 --- /dev/null +++ b/packages/gcc/gcc-configure-target.inc @@ -0,0 +1,6 @@ +require gcc-configure-common.inc + +EXTRA_OECONF_PATHS = " \ + --with-local-prefix=${prefix}/local \ + --with-gxx-include-dir=${includedir}/c++/${BINV}" + -- cgit v1.2.3