aboutsummaryrefslogtreecommitdiff
path: root/config.texi.in
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2015-03-04 10:03:40 +0300
committerseyko <seyko2@gmail.com>2015-03-04 10:03:40 +0300
commit149c2a9cc98b07a2ca4fd5d66fd580ffa79eb403 (patch)
tree76d79808c91c0c1b188fd83c30b40a18f8083dc7 /config.texi.in
parentd972472c53f6f1aec8c3f9090aab8a7c2d4180d9 (diff)
downloadtinycc-149c2a9cc98b07a2ca4fd5d66fd580ffa79eb403.tar.gz
tinycc-149c2a9cc98b07a2ca4fd5d66fd580ffa79eb403.tar.bz2
a cpu option of the configure script as a method to specify a target cpu
* don't setup a cpu before scanning for --cpu= * --cpu= option sets a 'cpu' variable, not a 'build_cpu', 'build_cpu' was not used anywhere. * if cpu="" and ARCH != "" then cpu=$ARCH else cpu=`uname -m` * replace "Build CPU" with "Target CPU" in the output of the configure script. output this value only when not builing a cross compilers. * remove a HOST_I386, ... defines from a config.h file. thise defines are not used anywhere and cpu is now used to define a target cpu
Diffstat (limited to 'config.texi.in')
0 files changed, 0 insertions, 0 deletions