Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't
[oota-llvm.git] / Makefile.config.in
index 90d1a13132ec9c668d01523c9ec5601f66bb8269..96dab4561198a5bcc89cd75ed37810ebab37b89b 100644 (file)
@@ -286,3 +286,6 @@ endif
 
 # Location of the plugin header file for gold.
 BINUTILS_INCDIR := @BINUTILS_INCDIR@
+
+# Can we use libFFI for the interpreter?
+HAVE_FFI := @HAVE_FFI@