瀏覽代碼

valgrind: explicitly disable mpicc compiler

If there's an mpicc compile on the machine, the configure
script will take it, causing a bit of headache.

SVN-Revision: 42197
John Crispin 11 年之前
父節點
當前提交
b5be328624
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/devel/valgrind/Makefile

+ 1 - 0
package/devel/valgrind/Makefile

@@ -93,6 +93,7 @@ endif
 CONFIGURE_ARGS += \
 	--enable-tls \
 	--without-x \
+	--without-mpicc \
 	--without-uiout \
 	--disable-valgrindmi \
 	--disable-tui \