[posix] correct config.guess path (#2687)

This commit is contained in:
Yakun Xu
2018-04-27 10:48:45 -07:00
committed by Jonathan Hui
parent 3813f9b7f0
commit b69b5bdbd6
+1 -1
View File
@@ -117,7 +117,7 @@ ResultPath = output
TopResultDir = $(ResultPath)
AbsTopResultDir = $(PWD)/$(TopResultDir)
TargetTuple = $(shell ${AbsTopSourceDir}/third_party/nlbuild-autotools/repo/autoconf/config.guess | sed -e 's/[[:digit:].]*$$//g')
TargetTuple = $(shell ${AbsTopSourceDir}/third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess | sed -e 's/[[:digit:].]*$$//g')
ifndef BuildJobs
BuildJobs := $(shell getconf _NPROCESSORS_ONLN)