The Vm and Vn register fields must be the same for a register-register vmov.
[oota-llvm.git] / Makefile.config.in
index 9c2f4e6f202e780ef5a16b6a640d895e4e24c37a..a4d9f3d7c5fd5252ad03dac28369da1ca4514f29 100644 (file)
@@ -264,6 +264,9 @@ OPTIMIZE_OPTION := @OPTIMIZE_OPTION@
 # information to allow gprof to be used to get execution frequencies.
 #ENABLE_PROFILING = 1
 
+# When ENABLE_DOCS is disabled, docs/ will not be built.
+ENABLE_DOCS = @ENABLE_DOCS@
+
 # When ENABLE_DOXYGEN is enabled, the doxygen documentation will be built
 ENABLE_DOXYGEN = @ENABLE_DOXYGEN@