aboutsummaryrefslogtreecommitdiff
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2012-05-25Add OE-Core's gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patchdenzil-binary-4.6-2012.03denzil-4.6-2012.05denzilKen Werner
This patch is required to build the Linaro GCC the OE-Core way. It changes the compiler to respect OEs ARCH_FLAGS_FOR_TARGET environment variable when building libgcc and friends. This variable contains things like -march= and -mfloat-abi=. This change fixes a build failure when using the Linaro GCC 4.6 in conjunction with a hard float configuration. Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-05-25Update to Linaro GCC 4.6.4 2012.05Ken Werner
Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-05-14Revert "Backport of the GCC 4.7 support from oe-core master"Ken Werner
This reverts commit 8d6cfe7058e06ce4b01ed9d9ac52c0a8dc304e46. Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-05-14Revert "Initial support for Linaro GCC 4.7"Ken Werner
This reverts commit a295065dcc6ca3d605e9f7af959ea493c7d64129. Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-05-11Initial support for Linaro GCC 4.7Ken Werner
Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-05-11Backport of the GCC 4.7 support from oe-core masterKen Werner
This changeset adds support for GCC 4.7 based toolchains to meta-linaro. It is based of the following original patches to openembedded-core by Khem Raj: commit 0e904103e9bd7fdb31bfcc129067511f9f45701b commit 7cf9f0597648c0bdaa080976d74acfbfc4c8443d commit 7159dad19f8cfd3e7e95523da63e91370744da7f commit 3f8fee75e598ad0994acc5da0a612e6eca4f35f6 commit 149a9911a00c79475d00382dcc384f355fbcdd02 commit 573949096d51bde4961b2301c20c966c324a66bd commit 2f7ac32b57e047cdaf01e0b6f77509117dbbd14c commit b98fb95c594117d165a31795b6fa7b6cb583d598 commit 523df15bcc21e1749771cca757613f3520243b8e commit a84c097cc7c52a856601e546880440d9375b0e30 commit 2bcc03b6787d4bb0731c047bf25c945228136e5f commit 3c9f7eb2e2d70869a71a584eb1ba670b50a88379 commit fe32e09ccbef3a9896955e8d4c3113c53f95de48 commit 11cbd871e0969931d5c81ec53684446f4293faf1 commit e2ce49ca28fe7f6054406bc276a3402cfc04f545 Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-05-02gcc-linaro-4.6: Fix install location of libstdc++ for qemux86-64Ken Werner
Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-04-23gcc-linaro-4.6.inc: Bump version to Linaro GCC 4.6.4 2012.04.Ken Werner
Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-04-23external-linaro-toolchain.bb: Add support for version 2012.03-20120326 of ↵Ken Werner
the linaro binary toolchain. Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-04-07external-linaro-toolchain.bb: Move to external-linaro-toolchainKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-03-20Fix install location for some header filesKen Werner
Since OpenEmbedded doesn't support multiarch we de-multiarch the Linaro external binary toolchain during the install step. This change does it for the header files in the same way we do this for the libraries. Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-03-07Add recipes for the Linaro flavour of the gcc-crosssdkKen Werner
This change completes the initial Linaro toolchain support. Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-03-07Import two GCC patches from OE-coreKen Werner
These patches are required to build the toolchain the OE-core way. Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-03-07external-linaro-toolchain: update to work with OE-core head againKen Werner
This change skips the external-linaro-toolchain if ELT_VER_MAIN is not set. These are the corresponding OE-core changes: http://git.openembedded.org/openembedded-core/commit/?id=f2b572072c754048aaafdc4c42b71af87d61d9e7 http://git.openembedded.org/openembedded-core/commit/?id=264d1254e5ac11613af06c0f1c53c736f54e9f54 Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-03-07libgcc recipe for the linaro-4.6 toolchainKen Werner
Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-03-07Initial support for the Linaro GCC 4.6 based toolchainKen Werner
Allows to build a cross toolchain based on Linaro GCC 4.6 (see: https://launchpad.net/gcc-linaro/4.6). You may set GCCVERSION to "linaro-4.6" in order to build OE-core using the Linaro toolchain. Signed-off-by: Ken Werner <ken.werner@linaro.org>
2012-03-07Initial versionKen Werner
Adds the infrastructure for building OpenEmbedded-Core using the external Linaro toolchain. Signed-off-by: Ken Werner <ken.werner@linaro.org>