Updates:
Owner: [email protected]
Comment #1 on issue 2209 by [email protected]: make native
component=shared_library vs. library=shared
http://code.google.com/p/v8/issues/detail?id=2209
I cannot reproduce this:
$ make native component=shared_library
GYP_GENERATORS=make \
build/gyp/gyp --generator-output="out" build/all.gyp \
-Ibuild/standalone.gypi --depth=. -S.native
-Dcomponent=shared_library -Dv8_can_use_vfp_instructions=true
$ make native library=shared
GYP_GENERATORS=make \
build/gyp/gyp --generator-output="out" build/all.gyp \
-Ibuild/standalone.gypi --depth=. -S.native
-Dcomponent=shared_library -Dv8_can_use_vfp_instructions=true
I also checked the Makefile, and it seems to work as described in
BuildingWithGYP
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev