1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00
Commit graph

13 commits

Author SHA1 Message Date
ignisf
cf58d33a83 Reintroduce the -fPIC patch for the static library 2013-05-15 15:41:14 +03:00
ignisf
552afe2fcd Add patches that allow compiling under GCC4.8 2013-05-15 15:10:37 +03:00
Charles Lowell
88e1395783 set master to V8 3.16.14 release
In this release, both sets of custom patches have
been fixed upstream. This will of course require
verification.

Hopefully there will not be the need to introduce
more patches for other things that break :)
2013-03-25 11:06:39 -05:00
ignisf
9ccf0b7376 Fix linking against v8 under 64-bit Illumos
This commit fixes #87 and also fixes cowboyd/therubyracer#245
2013-03-06 02:17:27 +02:00
ignisf
0a395f5f49 Avoid compilation failure in snapshot 2013-02-28 02:30:27 +02:00
ignisf
8550399378 Remove unneeded FreeBSD GYP flavor patch 2013-01-09 14:12:09 +02:00
ignisf
98715b976f Dispose of unecessary patches. 2013-01-07 06:12:35 +02:00
ignisf
35c198a3fb Add no-strict-aliasing to FreeBSD/gcc42 builds
Remove the patch that was not getting applied on rake build on a
buildhost and add a conditional make flag in builder.rb. This commit
fixes #68
2013-01-06 11:58:14 +02:00
Andrea C. Granata
319503af02 Disable strict-aliasing on FreeBSD with stock compiler. 2012-09-10 23:53:35 +02:00
Andrea C. Granata
9c5c447296 Apply the -fPIC also on FreeBSD. 2012-09-10 23:53:23 +02:00
Charles Lowell
6c1e42dbba add -fPIC on linux x64 build 2012-07-01 22:36:02 -05:00
Geoff Garside
390d0600d3 Add patch for vendor/v8/src/platform-freebsd.cc.
Fixes a unused-but-set-variable error. Further information available at
http://code.google.com/p/v8/issues/detail?id=2126
2012-05-12 16:52:19 +01:00
Geoff Garside
53972fc998 Add patch to support FreeBSD 9 and 10 in GYP.
Without this patch GYP will attempt to build v8 for Linux which will
fail due to missing headers.
2012-05-12 15:41:09 +01:00