Bug 139950 - REGRESSION (r177027): iOS builds use the wrong toolchain
Summary: REGRESSION (r177027): iOS builds use the wrong toolchain
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2014-12-25 22:32 PST by mitz
Modified: 2014-12-26 07:45 PST (History)
7 users (show)

See Also:


Attachments
Only define TOOLCHAINS when building for OS X (13.99 KB, patch)
2014-12-25 23:06 PST, mitz
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-12-25 22:32:06 PST
After <http://trac.webkit.org/r177027>, when building for iOS, TOOLCHAINS ends up with the empty value, so the default toolchain is being used instead of the toolchain specified by the iOS SDK.
Comment 1 mitz 2014-12-25 22:59:19 PST
<rdar://problem/19348208>
Comment 2 mitz 2014-12-25 23:06:17 PST
Created attachment 243757 [details]
Only define TOOLCHAINS when building for OS X
Comment 3 WebKit Commit Bot 2014-12-25 23:07:41 PST
Note that there are important steps to take when updating ANGLE. See http://trac.webkit.org/wiki/UpdatingANGLE
Comment 4 David Kilzer (:ddkilzer) 2014-12-26 03:25:20 PST
Comment on attachment 243757 [details]
Only define TOOLCHAINS when building for OS X

r=me
Comment 5 mitz 2014-12-26 07:45:59 PST
Fixed in <http://trac.webkit.org/r177746>.