diff options
Diffstat (limited to 'meta')
-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 ccbdcf53ea..6e2f25b562 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-initial.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-initial.inc | |||
@@ -70,7 +70,7 @@ do_install () { | |||
70 | # includes real limits.h but this real limits.h is not staged yet | 70 | # includes real limits.h but this real limits.h is not staged yet |
71 | # so we overwirte the generated include-fixed/limits.h for gcc-cross-initial | 71 | # so we overwirte the generated include-fixed/limits.h for gcc-cross-initial |
72 | # to get rid references to real limits.h | 72 | # to get rid references to real limits.h |
73 | cp gcc/include-fixed/limits.h ${D}${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed/limits.h | 73 | cp gcc/include-fixed/limits.h ${D}${gcclibdir}/${TARGET_SYS}/${BINV}/include/limits.h |
74 | 74 | ||
75 | # gcc-runtime installs libgcc into a special location in staging since it breaks doing a standalone build | 75 | # gcc-runtime installs libgcc into a special location in staging since it breaks doing a standalone build |
76 | case ${PN} in | 76 | case ${PN} in |