diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-02-25 19:50:28 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-02-25 19:50:28 +0000 |
commit | 68322f544d84f54b2ce186a3f773f7f163e45170 (patch) | |
tree | 3974ae9fd00b6e9f52615db4ec5334b35e7c1cd8 /packages/gcc/gcc-package.inc | |
parent | da53840b11fee21d8d5616a25c63f45f974805f9 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/02/25 13:50:27-06:00 ti.com!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/projects/oe/openembedded
2005/02/25 13:50:03-06:00 ti.com!kergoth
Apply patch to ipkg 0.99.144 to add a --with-ipkgdir configure option, then alter ipkg-native 0.99.144 to back up the target libdir before native is inherited, and pass that via the new configure option.
2005/02/25 19:44:49+01:00 (none)!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into lieve.(none):/data/build/oe/clean-tree/openembedded
2005/02/25 13:11:56-06:00 ti.com!kergoth
Unbork the gcc-cross ipk file creation bits per the recent target path changes.
2005/02/25 19:44:33+01:00 (none)!koen
kbdd_cvs.bb:
bump kbdd up to 0.8
2005/02/25 19:36:14+01:00 (none)!koen
fix imlib_1.2.0 src_uri imlib 1.2.0 != imlib2 CVS HEAD
2005/02/25 19:11:34+01:00 (none)!koen
add familiar-0.8.2.conf
BKrev: 421f8184dARKYVBLLD9NqXg-CD8pmA
Diffstat (limited to 'packages/gcc/gcc-package.inc')
-rw-r--r-- | packages/gcc/gcc-package.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/gcc/gcc-package.inc b/packages/gcc/gcc-package.inc index 8e776af7b3..4fa95a8abc 100644 --- a/packages/gcc/gcc-package.inc +++ b/packages/gcc/gcc-package.inc @@ -29,10 +29,8 @@ FILES_${PN}-f77 = "${bindir}/${TARGET_PREFIX}g77 \ FILES_${PN}-f77-symlinks = "${bindir}/g77 \ ${bindir}/f77" -PACKAGE_ARCH_libg2c = "${TARGET_ARCH}" PACKAGE_ARCH_libg2c-dev = "${TARGET_ARCH}" # Called from within gcc-cross, so libdir is set wrong -FILES_libg2c = "${libdir}/libg2c.so.*" FILES_libg2c-dev = "${libdir}/libg2c.so \ ${libdir}/libg2c.a \ ${libdir}/libfrtbegin.a" @@ -42,13 +40,7 @@ FILES_${PN}-c++ = "${bindir}/${TARGET_PREFIX}g++ \ FILES_${PN}-c++-symlinks = "${bindir}/c++ \ ${bindir}/g++" -PACKAGE_ARCH_libgcc = "${TARGET_ARCH}" -FILES_libgcc = "/lib/libgcc_s.so.1" - -PACKAGE_ARCH_libstdc++ = "${TARGET_ARCH}" PACKAGE_ARCH_libstdc++-dev = "${TARGET_ARCH}" -# Called from within gcc-cross, so libdir is set wrong -FILES_libstdc++ = "${libdir}/libstdc++.so.*" FILES_libstdc++-dev = "${includedir}/c++/${PV} \ ${libdir}/libstdc++.so \ ${libdir}/libstdc++.la \ |