X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cc7a307ec3461ce54bfc34632cec26452a44693b..c82f121949ec6e959d692b7000b3f4e976dd8210:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 6311e601b..c31020c32 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -52,7 +52,8 @@ $(eval $(call Require,working-gcc, \ define Require/working-g++ echo 'int main(int argc, char **argv) { return 0; }' | \ - g++ -x c++ -o $(TMP_DIR)/a.out -lstdc++ - + g++ -x c++ -o $(TMP_DIR)/a.out -lstdc++ - && \ + $(TMP_DIR)/a.out endef $(eval $(call Require,working-g++, \