From 07e1260aa5ab60900178ed2f44d9a0609944d72e Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Fri, 6 Mar 2015 07:33:11 +0000 Subject: [PATCH] Enable DFG JIT on FreeBSD and Hurd =================================================================== Gbp-Pq: Name dfg-jit.patch --- Source/WTF/wtf/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h index 532778e2cb..8fb4fa0509 100644 --- a/Source/WTF/wtf/Platform.h +++ b/Source/WTF/wtf/Platform.h @@ -713,7 +713,7 @@ #if !defined(ENABLE_DFG_JIT) && ENABLE(JIT) /* Enable the DFG JIT on X86 and X86_64. */ -#if (CPU(X86) || CPU(X86_64)) && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(WINDOWS)) +#if (CPU(X86) || CPU(X86_64)) && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(WINDOWS) || OS(HURD)) #define ENABLE_DFG_JIT 1 #endif /* Enable the DFG JIT on ARMv7. Only tested on iOS and Qt/GTK+ Linux. */ -- 2.30.2