summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/gcc/gcc-4.5.0/gcc-poison-parameters.patch
Commit message (Collapse)AuthorAgeFilesLines
* gcc: enable poison parameters detectionDongxiao Xu2010-09-271-0/+83
If not configured with --enable-target-optspace, gcc will report errors if there is '-Os' optimization in parameters. This fixes [BUGID #342] Also add "--enable-target-optspace" option to arm gcc configuration. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>