mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
modified COMPILE, added dependencies. -- noch
Former-commit-id: 305c759d79
This commit is contained in:
parent
1cd968926f
commit
f97c37d7b4
1 changed files with 2 additions and 9 deletions
11
COMPILE
11
COMPILE
|
|
@ -1,14 +1,7 @@
|
|||
currently three bootstrap static binaries provided, for x86_64, x86, and armv6j_hardfp (works on raspberry pi) gnu/linux targets.
|
||||
|
||||
0) (* NOT NECESSARY ANYMORE *)
|
||||
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
|
||||
|
||||
0) prerequisites: libc6-dev on debian, glibc-devel, glibc-static on fedora.
|
||||
|
||||
1) make with corresponding makefile
|
||||
if it's rasp pi or other armhf platform then do
|
||||
# make -f makefile.gcc.armv6j_hardfp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue