Differences From Artifact [48cb1a1201]:
- File tk/patchscripts/xmkmf-donotuse.sh — part of check-in [2539bf269d] at 2014-05-27 13:44:15 on branch trunk — Updated to create a fake "xmkmf" when cross-compiling (user: rkeene, size: 437) [annotate] [blame] [check-ins using]
To Artifact [7f8d7b27ab]:
- File tk/patchscripts/xmkmf-donotuse.sh — part of check-in [f49c630023] at 2014-05-27 14:20:39 on branch trunk — Added support for a manual knob (KC_CROSSCOMPILE) for determing whether fake xmkmf wrapper is used (user: rkeene, size: 712) [annotate] [blame] [check-ins using] [more...]
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + + - - - + + + - - - - - - + + + + + + + + + + + + + + |
#! /bin/bash
# If we are not cross-compiling then don't worry about replacing "xmkmf" with a wrapper
if [ -z "${KC_CROSSCOMPILE}" ]; then
## If KC_CROSSCOMPILE was unspecified, try to autodetect
|
| ︙ |