summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
Commit message (Collapse)AuthorAgeFilesLines
...
* nonclangable.conf: Add nodejs for armv7Khem Raj2016-05-161-0/+9
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nonclangable: Add mpfr for mips64Khem Raj2016-05-111-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nonclangable: Use gcc for mips64Khem Raj2016-05-101-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nonclangable: Dont use toolchain-clang overrideKhem Raj2016-05-101-2/+2
| | | | | | | Its redundant to use it since we are pinning to gcc always for arm < v6 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nonclangable.conf: Use gcc for mpfr/mipsKhem Raj2016-05-101-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nonclangable.conf: Fix build of libaio on clang/mipsKhem Raj2016-05-101-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nonclangable: Tweak cflags for icu and rubyKhem Raj2016-05-101-0/+14
| | | | | | | | | | | icu on clang (arm < v5 ) needs atomics which are not there in libgcc ruby configure triggers on -pie since clang is kind enough to warn about a linker option on compile cmdline, but its treated as error Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nonclangable.conf: Fix a typo for perf exlusionKhem Raj2016-05-091-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Move pinning TOOLCHAIN to a conf file instead of recipes-excluded bbappendsRoss Burton2016-05-061-0/+56
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>