From 9b25b35456471d17f08681328cae899546fe419c Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Tue, 10 May 2016 10:04:46 -0600 Subject: gcc 4.9: backport gperf fixes gperf was being used in a way that generated files don't conform to the language standard. Backport the fix from upstream. This is required to build these GCC versions when the host compiler is GCC 6. (From OE-Core rev: 42178d1b19f8055434194aa09dcec5006414fab4) Signed-off-by: Daniel McGregor Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-4.9.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/gcc/gcc-4.9.inc') diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index 208e092e1d..64701c8e27 100644 --- a/meta/recipes-devtools/gcc/gcc-4.9.inc +++ b/meta/recipes-devtools/gcc/gcc-4.9.inc @@ -91,6 +91,7 @@ SRC_URI = "\ file://0073-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch \ file://0074-fdebug-prefix-map-support-to-remap-relative-path.patch \ file://0075-libgcc-use-ldflags.patch \ + file://0076-remove-prototypes-cfns.patch \ " SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" -- cgit v1.2.3-54-g00ecf