Differences From Artifact [bc27eec689]:
- Executable file build/make-linuxamd64 — part of check-in [1dd8b89ef1] at 2011-06-30 03:34:15 on branch trunk — Added mipsel cross compile build script Consolidated Linux cross compile build scripts (user: rkeene, size: 98) [annotate] [blame] [check-ins using]
To Artifact [f41e246b79]:
- Executable file build/make-freebsdamd64 — part of check-in [6444eb1ec6] at 2012-05-12 18:31:03 on branch trunk — Subversion to Fossil Copy Commit. Please Ignore. Recording copying build/make-linuxamd64 to build/make-freebsdamd64. (user: rkeene, size: 99) [annotate] [blame] [check-ins using]
- Executable file build/make-linuxamd64 — part of check-in [1a31c6f305] at 2012-05-12 17:12:51 on branch trunk — Updated to begin to use KitDLL SDKs for building (user: rkeene, size: 99) [annotate] [blame] [check-ins using]
1 2 3 | #! /bin/sh TARGET="x86_64-unknown-linux-gnu" | | | 1 2 3 4 5 6 | #! /bin/sh TARGET="x86_64-unknown-linux-gnu" SHORTTARGET="linux-amd64" . build/make-cc-common.sh |