diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-canadian_4.5.0.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian_4.5.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian_4.5.0.bb b/meta/recipes-devtools/gcc/gcc-cross-canadian_4.5.0.bb new file mode 100644 index 0000000000..dd19412139 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian_4.5.0.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | inherit cross-canadian | ||
2 | |||
3 | require gcc-${PV}.inc | ||
4 | require gcc-cross-canadian.inc | ||
5 | require gcc-configure-sdk.inc | ||
6 | require gcc-package-sdk.inc | ||
7 | |||
8 | PR = "r6" | ||
9 | |||
10 | DEPENDS += "gmp-nativesdk mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk" | ||
11 | RDEPENDS_${PN} += "mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk" | ||
12 | |||
13 | SYSTEMHEADERS = "/usr/include" | ||
14 | SYSTEMLIBS = "/lib/" | ||
15 | SYSTEMLIBS1 = "/usr/lib/" | ||
16 | |||
17 | EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \ | ||
18 | --disable-libgomp --disable-libmudflap \ | ||
19 | --with-mpfr=${STAGING_DIR_HOST}${layout_exec_prefix} \ | ||
20 | --with-mpc=${STAGING_DIR_HOST}${layout_exec_prefix}" | ||
21 | |||
22 | # to find libmpfr | ||
23 | # export LD_LIBRARY_PATH = "{STAGING_DIR_HOST}${layout_exec_prefix}" | ||
24 | |||
25 | PARALLEL_MAKE = "" | ||