From 515cfcc3cc26ed9bf8ca80a10ca116c0447ba06a Mon Sep 17 00:00:00 2001 From: "srdjan@google.com" Date: Fri, 25 Oct 2013 17:32:44 +0000 Subject: [PATCH] Fix SIMMIPS build with latest XCode (Thanks Ivan!) R=iposva@google.com Review URL: https://codereview.chromium.org//44843002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29264 260f80e4-7a28-3924-810f-c04153c831b5 --- runtime/tools/gyp/runtime-configurations.gypi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/runtime/tools/gyp/runtime-configurations.gypi b/runtime/tools/gyp/runtime-configurations.gypi index a648a538ba7..d1fd8330e1b 100644 --- a/runtime/tools/gyp/runtime-configurations.gypi +++ b/runtime/tools/gyp/runtime-configurations.gypi @@ -99,6 +99,13 @@ }, }, + 'Dart_simmips_Base': { + 'abstract': 1, + 'xcode_settings': { + 'ARCHS': [ 'i386' ], + }, + }, + 'Dart_Release': { 'abstract': 1, 'xcode_settings': {