Overview
Comment: | Added build script for AIX/PPC |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5b081967a09300d992121c365c92c0ee |
User & Date: | rkeene on 2016-09-28 13:01:34 |
Other Links: | manifest | tags |
Context
2016-09-28
| ||
13:04 | Added AIX/POWER to web interface check-in: a1bf0a63b6 user: rkeene tags: trunk | |
13:01 | Added build script for AIX/PPC check-in: 5b081967a0 user: rkeene tags: trunk | |
12:52 | Updated to support more advanced fossil versions without breaking things check-in: 7d2fd32e3a user: rkeene tags: trunk | |
Changes
Added build/make-kit-aix-ppc version [0ddc19c81a].
> > > > > > > | 1 2 3 4 5 6 7 | #! /bin/sh CROSS="powerpc-ibm-aix5.3.0.0" CC_ADD="-static-libgcc" export CROSS CC_ADD ./build/make-kit-crosscompile "$@" |