diff options
Diffstat (limited to 'meta/packages/gcc/gcc-cross-intermediate_4.3.1.bb')
| -rw-r--r-- | meta/packages/gcc/gcc-cross-intermediate_4.3.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-cross-intermediate_4.3.1.bb b/meta/packages/gcc/gcc-cross-intermediate_4.3.1.bb index b0932f520d..854911552e 100644 --- a/meta/packages/gcc/gcc-cross-intermediate_4.3.1.bb +++ b/meta/packages/gcc/gcc-cross-intermediate_4.3.1.bb | |||
| @@ -8,7 +8,7 @@ EXTRA_OECONF += " --disable-libmudflap \ | |||
| 8 | --disable-libssp" | 8 | --disable-libssp" |
| 9 | 9 | ||
| 10 | # Hack till we fix *libc properly | 10 | # Hack till we fix *libc properly |
| 11 | do_stage_append() { | 11 | do_install_append() { |
| 12 | ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/ | 12 | ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${D}${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/ |
| 13 | } | 13 | } |
| 14 | 14 | ||
