diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-04-14 18:10:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-14 10:23:27 +0100 |
commit | 70f1fd06439fc0d340639cfe1e90ba8f4d9298fa (patch) | |
tree | ca86b04f28a6703d0c170e0223f551678b45cb71 /meta/recipes-devtools/gcc/gcc-cross-initial.inc | |
parent | 89c12fc8de6b80e0e9add7f012553eb4e38dac7f (diff) | |
download | poky-70f1fd06439fc0d340639cfe1e90ba8f4d9298fa.tar.gz |
gcc: Add recipes for gcc-7
Switch default compiler to gcc 7
(From OE-Core rev: 03bb12008891cf1a023aaddb6547da6d41d0cab0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-initial.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-initial.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/meta/recipes-devtools/gcc/gcc-cross-initial.inc index 9502c2b1ab..892b1dbf2f 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-initial.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-initial.inc | |||
@@ -35,10 +35,11 @@ EXTRA_OECONF += "--with-native-system-header-dir=${SYSTEMHEADERS}" | |||
35 | 35 | ||
36 | do_compile () { | 36 | do_compile () { |
37 | oe_runmake all-gcc configure-target-libgcc | 37 | oe_runmake all-gcc configure-target-libgcc |
38 | (cd ${B}/${TARGET_SYS}/libgcc; oe_runmake enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h) | ||
38 | } | 39 | } |
39 | 40 | ||
40 | do_install () { | 41 | do_install () { |
41 | ( cd ${B}/${TARGET_SYS}/libgcc; oe_runmake 'DESTDIR=${D}' install-unwind_h ) | 42 | ( cd ${B}/${TARGET_SYS}/libgcc; oe_runmake 'DESTDIR=${D}' install-unwind_h-forbuild install-unwind_h) |
42 | oe_runmake 'DESTDIR=${D}' install-gcc | 43 | oe_runmake 'DESTDIR=${D}' install-gcc |
43 | 44 | ||
44 | # We don't really need this (here shares/ contains man/, info/, locale/). | 45 | # We don't really need this (here shares/ contains man/, info/, locale/). |