mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
modified COMPILE, added dependencies. -- noch
This commit is contained in:
parent
8b8dd6fd14
commit
305c759d79
1 changed files with 2 additions and 9 deletions
9
COMPILE
9
COMPILE
|
|
@ -1,13 +1,6 @@
|
||||||
currently three bootstrap static binaries provided, for x86_64, x86, and armv6j_hardfp (works on raspberry pi) gnu/linux targets.
|
currently three bootstrap static binaries provided, for x86_64, x86, and armv6j_hardfp (works on raspberry pi) gnu/linux targets.
|
||||||
|
|
||||||
0) (* NOT NECESSARY ANYMORE *)
|
0) prerequisites: libc6-dev on debian, glibc-devel, glibc-static on fedora.
|
||||||
copy statically compiled voc compiler for your platform as vocstatic.
|
|
||||||
for instance, if your platform is armv6j_hardfp (like raspberry pi)
|
|
||||||
# cp vocstatic.linux.gcc.armv6j_hardfp vocstatic
|
|
||||||
and if your platform is x86 (32bit) gnu/linux then
|
|
||||||
# cp vocstatic.linux.gcc.x86 vocstatic
|
|
||||||
and if it's x86_64 then do nothing or
|
|
||||||
# cp vocstatic.linux.gcc.x86_64 vocstatic
|
|
||||||
|
|
||||||
1) make with corresponding makefile
|
1) make with corresponding makefile
|
||||||
if it's rasp pi or other armhf platform then do
|
if it's rasp pi or other armhf platform then do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue