Merge pull request #72 from tylerwhall/compiler-rt-fix

compiler-rt: ensure -e is passed to make
This commit is contained in:
Cody Schafer
2016-09-03 23:57:32 -04:00
committed by GitHub
+3
View File
@@ -9,6 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=27b14ab4ce08d04c3a9a5f0ed7997362"
S .= "/src/compiler-rt"
B = "${WORKDIR}/build"
# Pick up $CC from the environment
EXTRA_OEMAKE += "-e"
do_compile () {
oe_runmake -C ${S} \
ProjSrcRoot="${S}" \