mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 21:32:26 +00:00
gnuc -> gcc, more abstraction in makefiles and extTools
This commit is contained in:
parent
cd69786833
commit
01664df2ee
79 changed files with 96 additions and 96 deletions
12
src/par/voc.par.gcc.armv6j
Normal file
12
src/par/voc.par.gcc.armv6j
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
CHAR 1 1
|
||||
BOOLEAN 1 1
|
||||
SHORTINT 1 1
|
||||
INTEGER 2 2
|
||||
LONGINT 4 4
|
||||
SET 4 4
|
||||
REAL 4 4
|
||||
LONGREAL 8 8
|
||||
PTR 4 4
|
||||
PROC 4 4
|
||||
RECORD 1 1
|
||||
ENDIAN 1 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue