upgrade to latest nightly and removed hacks for building on freebsd.

This commit is contained in:
Adam Murdoch
2014-04-02 09:44:22 +11:00
parent c5bdaea14e
commit 4fed5e58ac
3 changed files with 1 additions and 3 deletions

View File

@@ -169,7 +169,6 @@ binaries.withType(SharedLibraryBinary) { binary ->
return
}
def arch = System.properties['os.arch']
if (arch == 'hack') { arch = 'i386' }
if (targetPlatform.operatingSystem.name in ['linux', 'freebsd'] && targetPlatform.architecture.name != arch) {
// Native plugins don't detect whether multilib support is available or not. Assume not for now
return

View File

@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions-snapshots/gradle-1.12-20140228232808+0000-all.zip
distributionUrl=http\://services.gradle.org/distributions-snapshots/gradle-2.0-20140401014412+0000-all.zip

View File

@@ -199,7 +199,6 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application.
### Fixes
* FreeBSD: Remove i386 hack from build
* Linux: Fix detection of multiarch support
* FreeBSD: Fix detection of multiarch support
* All: `Process.getPid()` should return a long