diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-initial.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-initial.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/meta/recipes-devtools/gcc/gcc-cross-initial.inc index aee46a6c6c..a515fb0cc6 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-initial.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-initial.inc | |||
@@ -34,6 +34,6 @@ do_compile () { | |||
34 | # so we overwirte the generated include-fixed/limits.h for gcc-cross-initial | 34 | # so we overwirte the generated include-fixed/limits.h for gcc-cross-initial |
35 | # to get rid references to real limits.h | 35 | # to get rid references to real limits.h |
36 | 36 | ||
37 | do_install_append1() { | 37 | do_install_append () { |
38 | cp gcc/include-fixed/limits.h ${D}${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed/limits.h | 38 | cp gcc/include-fixed/limits.h ${D}${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed/limits.h |
39 | } | 39 | } |