mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 02:44:44 +02:00
add better working-g++ check (patch from #2017)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8118 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
733afec119
commit
abafc3e8e3
@ -52,7 +52,8 @@ $(eval $(call Require,working-gcc, \
|
|||||||
|
|
||||||
define Require/working-g++
|
define Require/working-g++
|
||||||
echo 'int main(int argc, char **argv) { return 0; }' | \
|
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
|
endef
|
||||||
|
|
||||||
$(eval $(call Require,working-g++, \
|
$(eval $(call Require,working-g++, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user