Differences From Artifact [9dcb9c91cc]:
- Executable file build/make-kit-macosx-ppc64 — part of check-in [a3be2dcd83] at 2015-03-31 22:21:54 on branch trunk — Added build scripts for Mac OS X (user: rkeene, size: 117) [annotate] [blame] [check-ins using]
To 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...]
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 powermacg5.vpn.oc9.org "$@" --enable-aqua |