Skip to content

Commit

Permalink
Merge r162086 - [GTK] v2.3.3 fails to build in Debian / FreeBSD
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=126502

Reviewed by Mark Lam.

* wtf/Platform.h: Add LLINT support to FreeBSD.
  • Loading branch information
bertogg authored and carlosgcampos committed Jan 21, 2014
1 parent 353840f commit 9470f4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Source/WTF/ChangeLog
@@ -1,3 +1,12 @@
2014-01-15 Alberto Garcia <berto@igalia.com>

[GTK] v2.3.3 fails to build in Debian / FreeBSD
https://bugs.webkit.org/show_bug.cgi?id=126502

Reviewed by Mark Lam.

* wtf/Platform.h: Add LLINT support to FreeBSD.

2014-01-19 Carlos Garcia Campos <cgarcia@igalia.com>

[GLIB] GVariant floating references are not correctly handled by GRefPtr
Expand Down
2 changes: 1 addition & 1 deletion Source/WTF/wtf/Platform.h
Expand Up @@ -745,7 +745,7 @@
low-level interpreter. */
#if !defined(ENABLE_LLINT) \
&& ENABLE(JIT) \
&& (OS(DARWIN) || OS(LINUX)) \
&& (OS(DARWIN) || OS(LINUX) || OS(FREEBSD)) \
&& (PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(GTK) || PLATFORM(QT)) \
&& (CPU(X86) || CPU(X86_64) || CPU(ARM_THUMB2) || CPU(ARM_TRADITIONAL) || CPU(MIPS) || CPU(SH4))
#define ENABLE_LLINT 1
Expand Down

0 comments on commit 9470f4d

Please sign in to comment.