From: Felix Fietkau Date: Mon, 23 Jul 2007 02:56:30 +0000 (+0000) Subject: add better working-g++ check (patch from #2017) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=2a493618f0e337f5e222879f2ab4891a5f0bcb8a;hp=4dc2e9afb8316db3a9ad775eca0dabdbd4e86d17 add better working-g++ check (patch from #2017) SVN-Revision: 8118 --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 6311e601ba..c31020c321 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++, \