diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.9.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index 865ec479bb..a409430f5e 100644 --- a/meta/recipes-devtools/gcc/gcc-4.9.inc +++ b/meta/recipes-devtools/gcc/gcc-4.9.inc | |||
@@ -8,7 +8,7 @@ PV = "4.9.0" | |||
8 | 8 | ||
9 | BINV = "4.9.0" | 9 | BINV = "4.9.0" |
10 | 10 | ||
11 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.9' ], d)}" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc-4.9:" |
12 | 12 | ||
13 | DEPENDS =+ "mpfr gmp libmpc zlib" | 13 | DEPENDS =+ "mpfr gmp libmpc zlib" |
14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" | 14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" |
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
19 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | 19 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ |
20 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ | 20 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ |
21 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 21 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
22 | file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" | 22 | file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" |
23 | 23 | ||
24 | SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | 24 | SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ |
25 | file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | 25 | file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ |