| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
In Tests/Architecture and Tests/BuildDepends/Project we select a set of
OS X cpu architectures to use for the test. Prior to Xcode 4 we always
used i386 and ppc. Starting with Xcode 4, the tools do not support ppc
but do support x86_64, so we switch to that. Fix the version check to
recognize Xcode >= 5 as at least Xcode 4 and use the new architectures.
|
|
|
|
| |
Even if CMAKE_OSX_ARCHITECTURES value is a single value...
|
|
|
|
| |
Not on Darwin version.
|
|
|
|
|
|
| |
ppc tools are no longer available in the Xcode 4 installation.
Eliminate the use of the hard-coded 'ppc' in the test when
running on Snow Leopard or later.
|
|
We test the property with a project that fails to link due to an
architecture mismatch between an executable and a static library.
See issue #8725.
|