Differences From Artifact [9ab10e87a6]:
- Executable file build/make-kit-macosx-ppc64 — part of check-in [5c3ab2400a] at 2016-03-03 03:21:54 on branch trunk — Updated with support for a "make-kit-remote" and using a new Mac OS X build box (user: rkeene, size: 136) [annotate] [blame] [check-ins using] [more...]
To Artifact [5f83399bd9]:
- Executable file build/make-kit-macosx-ppc64 — part of check-in [4ceaee58af] at 2016-09-28 13:19:14 on branch trunk — Updated remote build scripts to use more generic names (user: rkeene, size: 154) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | #! /bin/sh CC='gcc -arch ppc64' CXX='g++ -arch ppc64' export CC CXX | | | 1 2 3 4 5 6 7 | #! /bin/sh CC='gcc -arch ppc64' CXX='g++ -arch ppc64' export CC CXX ./build/make-kit-remote macosx-ppc64.build.kitcreator.rkeene.org "$@" --enable-aqua |