Skip to content
Snippets Groups Projects
Commit b5be3286 authored by John Crispin's avatar John Crispin
Browse files

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
parent 7ba7ddf8
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ endif
CONFIGURE_ARGS += \
--enable-tls \
--without-x \
--without-mpicc \
--without-uiout \
--disable-valgrindmi \
--disable-tui \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment