a cpu option of the configure script as a method to specify a target cpu
commit149c2a9cc98b07a2ca4fd5d66fd580ffa79eb403
authorseyko <seyko2@gmail.com>
Wed, 4 Mar 2015 07:03:40 +0000 (4 10:03 +0300)
committerseyko <seyko2@gmail.com>
Wed, 4 Mar 2015 07:03:40 +0000 (4 10:03 +0300)
tree76d79808c91c0c1b188fd83c30b40a18f8083dc7
parentd972472c53f6f1aec8c3f9090aab8a7c2d4180d9
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
configure