diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-03-29 01:19:50 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-30 20:46:54 +0100 |
commit | f19928597b8e1c71b6546e69e76ec3896849c4be (patch) | |
tree | 1f902487af602b48cffeb94f0c53809203d97f8c /package/gtest | |
parent | 56e14a6bc0077ce8e234fc50548caae538749683 (diff) | |
download | buildroot-novena-f19928597b8e1c71b6546e69e76ec3896849c4be.tar.gz buildroot-novena-f19928597b8e1c71b6546e69e76ec3896849c4be.zip |
gtest: needs mmu
Fixes:
http://autobuild.buildroot.net/results/ed2026b98d0cdded8d8ee4d5c86823142a5bdab9/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gtest')
-rw-r--r-- | package/gtest/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gtest/Config.in b/package/gtest/Config.in index c50b5f709..5c065d6da 100644 --- a/package/gtest/Config.in +++ b/package/gtest/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_GTEST depends on BR2_USE_WCHAR depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_USE_MMU # fork() help Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and |