diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-18 13:10:16 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-18 13:10:16 +0000 |
commit | 7137fdc6c25d7260c677474f498e3b660b35b8a7 (patch) | |
tree | c4c29ffd10921ba7667280bf213308506fb3f2f0 /package/devel/valgrind/Makefile | |
parent | 3652210b32caf3fc84c23f340769fb0c86ad3096 (diff) | |
download | master-187ad058-7137fdc6c25d7260c677474f498e3b660b35b8a7.tar.gz master-187ad058-7137fdc6c25d7260c677474f498e3b660b35b8a7.tar.bz2 master-187ad058-7137fdc6c25d7260c677474f498e3b660b35b8a7.zip |
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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel/valgrind/Makefile')
-rw-r--r-- | package/devel/valgrind/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index a55fb40d80..45d0323dbc 100644 --- a/package/devel/valgrind/Makefile +++ b/package/devel/valgrind/Makefile @@ -93,6 +93,7 @@ endif CONFIGURE_ARGS += \ --enable-tls \ --without-x \ + --without-mpicc \ --without-uiout \ --disable-valgrindmi \ --disable-tui \ |