diff options
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/). |
