1. 16 Nov, 2012 1 commit
  2. 30 Oct, 2012 1 commit
    • jkummerow@chromium.org's avatar
      MIPS: fix mips_arch_variant bug in GYP build. · 8daf7e7d
      jkummerow@chromium.org authored
      There is a small bug that causes to build mips32r2
      version of v8 as mips32 (r1). This affects only
      the compiled code.
      
      In the default case of building for mips32r2,
      the compiler flags are the following:
      
      -EL -mhard-float -mips32r2 -Wa,-mips32r2 -mips32 -Wa,-mips32
      
      Since the "last flag wins" the object files are
      compiled as mips32. In a funny twist, the
      code sourcery lite compilers do not have multi-lib support,
      and there is a bug that if you tell it to link mips32,
      it will silently link the object files with
      mips32r2 libraries, and then the resulting binary is mips32r2.
      
      This commit fixes the mips32r1/mips32r2 build.
      
      BUG=
      TEST=
      
      Review URL: https://codereview.chromium.org/11289003
      Patch from Akos Palfi <palfia@homejinni.com>.
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12833 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      8daf7e7d
  3. 25 Oct, 2012 1 commit
  4. 24 Oct, 2012 2 commits
  5. 18 Oct, 2012 1 commit
  6. 12 Oct, 2012 1 commit
  7. 10 Oct, 2012 2 commits
  8. 28 Sep, 2012 1 commit
  9. 14 Sep, 2012 1 commit
  10. 05 Sep, 2012 2 commits
  11. 27 Aug, 2012 1 commit
  12. 25 Jul, 2012 1 commit
  13. 23 Jul, 2012 1 commit
  14. 19 Jul, 2012 1 commit
  15. 11 Jul, 2012 1 commit
  16. 26 Jun, 2012 2 commits
  17. 19 Jun, 2012 1 commit
  18. 14 Jun, 2012 2 commits
  19. 29 May, 2012 1 commit
  20. 24 May, 2012 1 commit
  21. 22 May, 2012 1 commit
  22. 21 May, 2012 1 commit
  23. 11 May, 2012 1 commit
  24. 03 May, 2012 1 commit
  25. 13 Apr, 2012 2 commits
  26. 30 Mar, 2012 1 commit
    • jkummerow@chromium.org's avatar
      Add support for Mac OS X 64bit builds with GYP · da5b44cb
      jkummerow@chromium.org authored
      Note that in order to build for 64bits mode, you'll have
      to specify the target architecture explicitely, the default
      is still 32bits for Mac OS X.
      
      Example with make and gcc:
      
      $ export GYP_GENERATORS=make
      $ make dependencies
      $ make -j 8 library=shared x64.release
      
      Example with make and clang:
      
      $ export GYP_GENERATORS=make
      $ export CC=/usr/bin/clang
      $ export CXX=/usr/bin/clang++
      $ export GYP_DEFINES="clang=1"
      $ make dependencies
      $ make -j 8 library=shared x64.release
      
      Example with xcode:
      
      $ export GYP_GENERATORS=xcode
      $ build/gyp_v8 -Dtarget_arch=x64
      $ xcodebuild -project build/all.xcodeproj -configuration Release
      
      Contributed by Filipe David Manana <fdmanana@gmail.com>
      
      BUG=
      TEST=
      
      Review URL: https://chromiumcodereview.appspot.com/9808065
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11199 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      da5b44cb
  27. 27 Mar, 2012 1 commit
  28. 13 Mar, 2012 2 commits
  29. 17 Feb, 2012 1 commit
  30. 08 Feb, 2012 1 commit
  31. 02 Feb, 2012 1 commit
  32. 24 Jan, 2012 1 commit
  33. 18 Jan, 2012 1 commit