Skip to content

Commit

Permalink
2010-07-19 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Browse files Browse the repository at this point in the history
        Reviewed by Kenneth Rohde Christiansen.

        [EFL] Fix build on 64-bit systems. According to
        JavaScriptCore/wtf/Platform.h, x86_64 uses fixed allocator, which
        needs jit/ExecutableAllocatorFixedVMPool.cpp to be included in build
        system.
        https://bugs.webkit.org/show_bug.cgi?id=42559

        * CMakeListsEfl.txt: add missing file for x86_64.

Canonical link: https://commits.webkit.org/54491@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63651 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
webkit-commit-queue committed Jul 19, 2010
1 parent d1c53e0 commit a11d8de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions JavaScriptCore/CMakeListsEfl.txt
@@ -1,4 +1,5 @@
LIST(APPEND JavaScriptCore_SOURCES
jit/ExecutableAllocatorFixedVMPool.cpp
jit/ExecutableAllocatorPosix.cpp
runtime/MarkStackPosix.cpp
)
Expand Down
12 changes: 12 additions & 0 deletions JavaScriptCore/ChangeLog
@@ -1,3 +1,15 @@
2010-07-19 Lucas De Marchi <lucas.demarchi@profusion.mobi>

Reviewed by Kenneth Rohde Christiansen.

[EFL] Fix build on 64-bit systems. According to
JavaScriptCore/wtf/Platform.h, x86_64 uses fixed allocator, which
needs jit/ExecutableAllocatorFixedVMPool.cpp to be included in build
system.
https://bugs.webkit.org/show_bug.cgi?id=42559

* CMakeListsEfl.txt: add missing file for x86_64.

2010-07-16 Leandro Pereira <leandro@profusion.mobi>

[EFL] Unreviewed build system cleanup.
Expand Down

0 comments on commit a11d8de

Please sign in to comment.