Changeset 162086 in webkit


Ignore:
Timestamp:
Jan 15, 2014 1:21:17 PM (10 years ago)
Author:
berto@igalia.com
Message:

[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.
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r162074 r162086  
     12014-01-15  Alberto Garcia  <berto@igalia.com>
     2
     3        [GTK] v2.3.3 fails to build in Debian / FreeBSD
     4        https://bugs.webkit.org/show_bug.cgi?id=126502
     5
     6        Reviewed by Mark Lam.
     7
     8        * wtf/Platform.h: Add LLINT support to FreeBSD.
     9
    1102014-01-15  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/Source/WTF/wtf/Platform.h

    r162018 r162086  
    715715#if !defined(ENABLE_LLINT) \
    716716    && ENABLE(JIT) \
    717     && (OS(DARWIN) || OS(LINUX)) \
     717    && (OS(DARWIN) || OS(LINUX) || OS(FREEBSD)) \
    718718    && (PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(GTK)) \
    719719    && (CPU(X86) || CPU(X86_64) || CPU(ARM_THUMB2) || CPU(ARM_TRADITIONAL) || CPU(ARM64) || CPU(MIPS) || CPU(SH4))
Note: See TracChangeset for help on using the changeset viewer.