Commit Graph

18 Commits

Author SHA1 Message Date
regis@google.com 350fa57800 Add mips and simmips build targets.
Review URL: https://codereview.chromium.org//11859034

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17319 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-18 21:34:53 +00:00
kustermann@google.com 7e1503cff0 Bugfix in tools/build.py: Error -> Exception rename
Review URL: https://codereview.chromium.org//11440014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15770 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-06 08:54:40 +00:00
iposva@google.com ffa06389eb - Remove '-parallelizeTargets' from xcodebuild invocation as it eats
the error messages if a build fails when using Xcode 4.4.
Review URL: https://codereview.chromium.org//11280006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14950 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-15 10:13:30 +00:00
sgjesse@google.com e905ac6fc4 Add -a option to tools/build.py
Short for --arch=

R=ager@google.com

BUG=

Review URL: https://codereview.chromium.org//11275255

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14784 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-12 12:55:02 +00:00
ricow@google.com 8d38bd7a68 Revert r13932, sys.stdout is not available.
Review URL: https://codereview.chromium.org//11189137

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13934 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-23 09:20:03 +00:00
ricow@google.com d3fa9bf981 Redirect stderr to sys.stdout for build output.
The stderr is currently not being displayed on the buildbot.
Review URL: https://codereview.chromium.org//11228050

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13932 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-23 09:05:57 +00:00
efortuna@google.com 4d6fc3b482 Change Windows build default to build with VS 2010.
Review URL: https://codereview.chromium.org//11184008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13702 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-16 21:28:18 +00:00
jackpal@google.com 6bd1886c0e Fix windows build.
Review URL: https://chromiumcodereview.appspot.com//10903002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11548 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-29 20:52:08 +00:00
jackpal@google.com 73ffeb4418 Add support for building the Dart VM for Android OS.
The Android target OS is based upon the existing Linux target OS.
The existing _linux source files have been copied to create
corresponding _android source files. The copies have been
modified as needed to adapt to differences between the Linux
platform and the Android platform.

Currently the dart vm binary builds on Linux and runs on x86 Android,
Simple test scripts execute correctly, but no formal testing has been
done.

The process for building the Dart VM for Android will be documented on
the Dart wiki.
BUG=

Review URL: https://chromiumcodereview.appspot.com//10823209

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11547 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-29 20:42:28 +00:00
asiva@google.com fd22ae633c Disable build of simarm from the -arch=all configuration.
Review URL: https://chromiumcodereview.appspot.com//9581037

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@4914 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-03 01:44:24 +00:00
efortuna@google.com d9205c17e4 Removing tabs that Windows accidentally snuck in.
TBR=iposva
Review URL: http://codereview.chromium.org//8956034

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2655 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-20 18:47:16 +00:00
efortuna@google.com e8106ee3a2 Fix windows VM build.
TBR=jmesserly
Review URL: http://codereview.chromium.org//9005014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2654 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-20 18:16:11 +00:00
efortuna@google.com 994839e3d9 Fix build to create Windows SDK.
(Resubmission of http://codereview.chromium.org/9004001/ with jmesserly's
suggestions and update fix.)

TBR=jmesserly
Review URL: http://codereview.chromium.org//8989020

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2649 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-20 18:04:45 +00:00
sigmund@google.com f392b25a55 Revert "Fix build so we can make a Windows SDK!" (tbr)
Review URL: http://codereview.chromium.org//9005002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2613 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-20 02:26:16 +00:00
efortuna@google.com 03a9b0a828 Fix build so we can make a Windows SDK!
Review URL: http://codereview.chromium.org//9004001

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2612 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-20 02:22:08 +00:00
ngeoffray@google.com a90e28e7a1 Get rid of guessing the VM location in frog.py.
Review URL: http://codereview.chromium.org//8773005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1976 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-01 12:58:53 +00:00
ngeoffray@google.com e0d529befb Remove 'dartc' as an arch for build.py.
Review URL: http://codereview.chromium.org//8417030

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@895 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-28 16:21:46 +00:00
dgrove@google.com 6b6b28e065 Initial checkin.
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-05 05:34:19 +00:00