Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Update rimchanges and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Rogers committed Mar 11, 2012
1 parent b171191 commit 123e1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ The _**v8**_ repository holds the v3.8.9 sources for the open source V8 JavaScri
./qnxbuild.sh [arm|ia32] [v8 build options] ./qnxbuild.sh [arm|ia32] [v8 build options]




The qnxbuild.sh script wraps calling scons and sets up cross compilation variables, etc. The qnxbuild.sh script wraps calling scons and sets up the cross compilation environment, etc.
The V8 build options are passed directly to the v8 build. The V8 build options are passed directly to the v8 build.


To build the interactive JS shell executable that can be loaded onto a device for example, type: To build the interactive JS shell executable that can be loaded onto a device for example, type:
Expand Down
1 change: 1 addition & 0 deletions rimchanges.txt
Expand Up @@ -5,3 +5,4 @@
- The SConstruct and SConscript files were modified to add support for QNX as an OS option. - The SConstruct and SConscript files were modified to add support for QNX as an OS option.
- qnxbuild.sh script was added to simplify setting up the cross-compiler options and invoke the actual build. - qnxbuild.sh script was added to simplify setting up the cross-compiler options and invoke the actual build.
- Added README describing how to build the code. - Added README describing how to build the code.
- Reduced memory allocation size for QNX.

0 comments on commit 123e1e2

Please sign in to comment.