BKrev: 40744f62qfKdpm0NoE3NbI3EuKIcag
+++ /dev/null
-DESCRIPTION = "GNU Support Library for gcc 3.x"
-SECTION = "libs"
-PRIORITY = "required"
-DEPENDS = "virtual/libc"
-PV = "${@os.popen("%s -dumpversion" % oe.data.getVar("CC",d,1)).readline().strip()}"
-
-do_install() {
- install -d ${D}/${libdir}/
- install -m 0755 `${CC} -print-file-name=libgcc_s.so` ${D}/${libdir}/
-}
-
+++ /dev/null
-DESCRIPTION = "GNU Support Library for gcc 3.x"
-SECTION = "libs"
-PRIORITY = "required"
-DEPENDS = "virtual/libc"
-PV = "${@os.popen("%s -dumpversion" % oe.data.getVar("CC",d,1)).readline().strip()}"
-
-#FIXME: Create links. Problem: How to get the version number of libstdc++.so ?
-
-do_install() {
- install -d ${D}/${libdir}/
- install -m 0755 `${CC} -print-file-name=libstdc++.so` ${D}/${libdir}/
-}
-