mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 11:02:24 +00:00
4 lines
71 B
Modula-2
4 lines
71 B
Modula-2
MODULE architecture;
|
|
CONST arch* = "armv6j_hardfp";
|
|
|
|
END architecture.
|