blob: a9dc612fbfef340ef18c80be19c6ce4992b80275 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require recipes-devtools/gcc/gcc-${PV}.inc
2require gcc-target.inc
3
Patrick Williamsf1e5d692016-03-30 15:21:19 -05004# http://errors.yoctoproject.org/Errors/Details/20497/
Patrick Williamsc124f4f2015-09-15 14:41:29 -05005ARM_INSTRUCTION_SET_armv4 = "arm"
Patrick Williamsf1e5d692016-03-30 15:21:19 -05006ARM_INSTRUCTION_SET_armv5 = "arm"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007
8BBCLASSEXTEND = "nativesdk"
9
10#SYSTEMHEADERS_class-nativesdk = "${@'${target_includedir}'.replace(d.getVar('SDKPATH', True),'%r')}"
11#SYSTEMLIBS_class-nativesdk = "${@'${target_base_libdir}'.replace(d.getVar('SDKPATH', True),'%r')}/"
12#SYSTEMLIBS1_class-nativesdk = "${@'${target_libdir}'.replace(d.getVar('SDKPATH', True),'%r')}/"
13