mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
fixed problem with short prefix path in version module
Former-commit-id: bdb2b32588
This commit is contained in:
parent
66c583b70e
commit
12fa4aec39
8 changed files with 9 additions and 8 deletions
|
|
@ -4,7 +4,7 @@ CONST
|
|||
(* targets *)
|
||||
gnux86* = 0; gnux8664* = 1; gnuarmv6j* = 2; gnuarmv6jhardfp* = 3; gnuarmv7ahardfp* = 4; gnupowerpc* = 5;
|
||||
|
||||
VAR arch-, version-, date-, versionLong-, prefix0-, prefix- : ARRAY 23 OF CHAR;
|
||||
VAR arch-, version-, date-, versionLong-, prefix0-, prefix- : ARRAY 256 OF CHAR;
|
||||
defaultTarget* : INTEGER;
|
||||
BEGIN
|
||||
arch := architecture.arch;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue