mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
gnuc -> gcc, more abstraction in makefiles and extTools
Former-commit-id: 01664df2ee
This commit is contained in:
parent
27cd609dad
commit
b9bc8f2a39
79 changed files with 99 additions and 99 deletions
10
COMPILE
10
COMPILE
|
|
@ -3,17 +3,17 @@ currently three bootstrap static binaries provided, for x86_64, x86, and armv6j_
|
|||
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.gnuc.armv6j_hardfp vocstatic
|
||||
# cp vocstatic.linux.gcc.armv6j_hardfp vocstatic
|
||||
and if your platform is x86 (32bit) gnu/linux then
|
||||
# cp vocstatic.linux.gnuc.x86 vocstatic
|
||||
# cp vocstatic.linux.gcc.x86 vocstatic
|
||||
and if it's x86_64 then do nothing or
|
||||
# cp vocstatic.linux.gnuc.x86_64 vocstatic
|
||||
# cp vocstatic.linux.gcc.x86_64 vocstatic
|
||||
|
||||
1) make with corresponding makefile
|
||||
if it's rasp pi or other armhf platform then do
|
||||
# make -f makefile.gnuc.armv6j_hardfp
|
||||
# make -f makefile.gcc.armv6j_hardfp
|
||||
if it's x86 then
|
||||
# make -f makefile.gnuc.x86
|
||||
# make -f makefile.gcc.x86
|
||||
and if it's x86_64, then default makefile is for this platform
|
||||
# make
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue