mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-05 06:02:29 +00:00
parent
50d052a1eb
commit
1883949d79
@ -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…
Reference in New Issue
Block a user