gcc-cross-initial: Fix typo causing limits.h not to be present

(From OE-Core rev: f26014b1b2e7ae0a23829487ca0c0bc05043b5d7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-08-03 07:50:20 +01:00
parent 85c005d71c
commit 2b720d62c1
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ do_compile () {
# so we overwirte the generated include-fixed/limits.h for gcc-cross-initial
# to get rid references to real limits.h
do_install_append1() {
do_install_append () {
cp gcc/include-fixed/limits.h ${D}${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed/limits.h
}