diff options
Diffstat (limited to 'gcc/gcc-cross_3.3.3.oe')
-rw-r--r-- | gcc/gcc-cross_3.3.3.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/gcc-cross_3.3.3.oe b/gcc/gcc-cross_3.3.3.oe index 1dac954514..4aae2b6eaf 100644 --- a/gcc/gcc-cross_3.3.3.oe +++ b/gcc/gcc-cross_3.3.3.oe @@ -72,6 +72,11 @@ do_stage_append () { rm -rf ${CROSS_DIR}/share } +python do_package_prepend() { + if oe.data.getVar('DEBIAN_NAMES', d, 1): + oe.data.setVar('PKG_libgcc', 'libgcc1', d) +} + do_install () { oe_runmake 'DESTDIR=${D}' install |