mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
extTools fixed for non 64bit architectures, SysStat can now be compiled on 32bit architectures
This commit is contained in:
parent
d2c954e16f
commit
d9f6914fe5
9 changed files with 29 additions and 26 deletions
3
hints
3
hints
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue