mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
extTools fixed for non 64bit architectures, SysStat can now be compiled on 32bit architectures
Former-commit-id: d9f6914fe5
This commit is contained in:
parent
13ea84f2cd
commit
d765c35b19
9 changed files with 32 additions and 29 deletions
|
|
@ -57,12 +57,14 @@ END LinkMain;
|
|||
|
||||
BEGIN
|
||||
|
||||
incPath0 := "src/lib/system/gnuc/x86_64 ";
|
||||
incPath0 := "src/lib/system/gnuc";
|
||||
incPath1 := "lib/voc/obj ";
|
||||
ccOpt := " -fPIC -g -I ";
|
||||
COPY (version.prefix, tmp1);
|
||||
Strings.Append("/", tmp1);
|
||||
Strings.Append(incPath0, tmp1);
|
||||
Strings.Append("/", tmp1);
|
||||
Strings.Append(version.arch, tmp1);
|
||||
Strings.Append(" -I ", tmp1);
|
||||
Strings.Append(version.prefix, tmp1);
|
||||
Strings.Append("/", tmp1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue