summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-configure-common.inc
AgeCommit message (Collapse)AuthorFiles
2008-10-18gcc: respect ${layout_includedir}Phil Blundell1
2008-08-20Disable building objc for uclibc targets. Khem Raj1
Right now it does not build for uclibc. If that it fixed then we can enable it. Till then it stays.
2008-08-11gcc configure common: disable objective-c, it ICEs gcc-crossKoen Kooi1
2008-08-06gcc: enable Objective-CPhil Blundell1
2008-03-29gcc: Include TARGET_CC_ARCH in ARCH_FLAGS_FOR_TARGET by default for ↵Richard Purdie1
everyone, not just as a slugos specific override.
2008-03-27gcc-4.x: Cleanup and standardise the compiler configuration flags, fixing ↵Richard Purdie1
various bugs in the 4.1.x and 4.0.x versions. Broken libssp and libmudflap libraries should no longer be staged into cross.
2008-03-16gcc: Move old style gcc*build*.inc includes into ↵Richard Purdie1
gcc-configure-{target|cross|sdk} and a common include file. Factor some common data not related to configure into gcc-common.inc. Rewrite 3.3.3 and 3.3.4 recipes to use standard includes (tested and they work).