EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \
--program-prefix=${TARGET_PREFIX} \
--enable-install-libbfd \
- --disable-werror"
+ --enable-shared \
+ --disable-werror \
+ "
do_install () {
oe_runmake 'DESTDIR=${D}' install
+ install -m 0644 libiberty/pic/libiberty.a \
+ ${D}${libdir}/libiberty_pic.a
# We don't really need these, so we'll remove them...
rm -rf ${D}${CROSS_DIR}/lib/ldscripts
rmdir ${D}${CROSS_DIR}/${libdir}64 || :
rmdir ${D}${CROSS_DIR}/${prefix} || :
}
-
-do_stage () {
- use_do_install_for_stage
-}
require binutils-cross.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-cvs"
-do_stage () {
+do_install () {
oe_runmake install-ld install-binutils install-gas
}
SECTION = "devel"
LICENSE = "GPL"
+INC_PR = "r10"
+
inherit autotools gettext
PACKAGES += "${PN}-symlinks"
-PR = "r1"
-
CROSSTOOL_PATCH_URL = "http://www.kegel.com/crosstool/crosstool-0.43/patches/binutils-2.16.1/"
SRC_URI = \
"${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2;name=archive \
require binutils.inc
+PR = "${INC_PR}.0"
+
SRC_URI[archive.md5sum] = "6a9d529efb285071dad10e1f3d2b2967"
SRC_URI[archive.sha256sum] = "351a6846ee179a37ed87a487971547159a7f4f92a1dec598c727f184a0de61ae"
SRC_URI[patch1.md5sum] = "b12426fd72bedf00c389a7fb458275a8"
SRC_URI += "file://binutils-2.16.1-e300c2c3.patch"
require binutils.inc
+PR = "${INC_PR}.0"
SRC_URI[md5sum] = "bcb9fabaf0eaf91bd38c4ee148658df8"
SRC_URI[sha256sum] = "5645c3371aac47cbbcc1354eab10ec32777837d7cb4ba47b94c9043612b12f36"
require binutils.inc
-INC_PR = "r5"
PR = "${INC_PR}.1"
SRC_URI = \
require binutils.inc
-PR = "r3"
+PR = "${INC_PR}.0"
SRC_URI = \
"${KERNELORG_MIRROR}/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \
require binutils.inc
-
-PR = "r2"
+PR = "${INC_PR}.0"
SRC_URI = \
"${KERNELORG_MIRROR}/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \
require binutils.inc
require binutils-avr32.inc
-INC_PR = "r7"
PR = "${INC_PR}.1"
SRC_URI = \
-INC_PR = "r7"
-PR = "${INC_PR}.1"
require binutils.inc
+PR = "${INC_PR}.1"
+
LICENSE = "GPLv3"
SRC_URI = "\
-INC_PR = "r8"
-PR = "${INC_PR}.2"
-
require binutils.inc
+PR = "${INC_PR}.2"
LICENSE = "GPLv3"
SRC_URI = "\
-INC_PR = "r1"
-PR = "${INC_PR}.1"
-
require binutils.inc
+PR = "${INC_PR}.1"
LICENSE = "GPLv3"
SRC_URI = "\
-INC_PR = "r1"
-PR = "${INC_PR}.1"
-
require binutils.inc
+PR = "${INC_PR}.1"
LICENSE = "GPLv3"
SRC_URI = "\
-PR = "r2"
-
require binutils.inc
+PR = "${INC_PR}.0"
+
LICENSE = "GPLv3"
SRC_URI = "\
-INC_PR = "r2"
-PR = "${INC_PR}.1"
-
require binutils.inc
+PR = "${INC_PR}.1"
LICENSE = "GPLv3"
SRC_URI = "\
require binutils.inc
LICENSE = "GPLv3"
-INC_PR = "r1"
PR = "${INC_PR}.0"
SRC_URI = "\
require binutils.inc
LICENSE = "GPLv3"
-INC_PR = "r2"
PR = "${INC_PR}.4"
SRC_URI = "\
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-cvs"
PV = "2.20+cvs${SRCDATE}"
-INC_PR = "r5"
-PR = "${INC_PR}.2"
require binutils.inc
+PR = "${INC_PR}.2"
S = "${WORKDIR}/src"
EXTRA_OEMAKE = "configure-build-libiberty"