1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00
libv8/patches
Petko Bordjukov 864d80e14b Enable the -fPIC flag for arm, too
It seems that -fPIC is required for 32-bit ARM, too. Trying to link
against libv8 on an armv7l was causing the following linking error:

relocation R_ARM_THM_MOVW_ABS_NC against `a local symbol' can not be
used when making a shared object; recompile with -fPIC
2016-05-17 03:00:26 +03:00
..
build-standalone-static-library.patch Update the patchset for use against v5 2016-05-04 00:39:55 +03:00
disable-building-tests.patch Update the patchset for use against v5 2016-05-04 00:39:55 +03:00
fPIC-for-static.patch Enable the -fPIC flag for arm, too 2016-05-17 03:00:26 +03:00
mingw-generate-makefiles.sh Added support for windows platforms using mingw. 2015-04-04 17:17:38 +10:30