extTools fixed for non 64bit architectures, SysStat can now be compiled on 32bit architectures

Former-commit-id: d9f6914fe5
This commit is contained in:
Norayr Chilingarian 2013-11-06 00:10:20 +04:00
parent 13ea84f2cd
commit d765c35b19
9 changed files with 32 additions and 29 deletions

3
hints
View file

@ -2,7 +2,8 @@
0) generate voc.par file for the target platform(if it's not exist in src/par).
you can do it by compiling vocparam, and running it as "./vocparam > voc.par"
1) generate voc, ocat, showdef source for target platform by running
make port0
make -f makefile.gnuc.<arch> port0
(or copy corresponding voc.par to the source directory yourself, remove stage2 from port0 section of the makefile, and run make port0)
2) transfer source to a target platform and write
make port1
(or use a crosscompiler)