public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* [PATCH olang v1 0/3] fe: add compiler support to linux aarch64
@ 2024-03-19 19:57 Johnny Richard
  2024-03-19 19:57 ` [PATCH olang v1 1/3] cli: refactor: move cli parsing to a separted file Johnny Richard
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Johnny Richard @ 2024-03-19 19:57 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Johnny Richard

This patchset adds more cli options to enable linux cross compiling.

Johnny Richard (3):
  cli: refactor: move cli parsing to a separted file
  cli: add --sysroot and --arch options
  codegen: add compiler support to linux aarch64 arch

 docs/manpages/olang.md       |  12 ++-
 src/cli.c                    | 147 +++++++++++++++++++++++++++++++++++
 src/cli.h                    |  54 +++++++++++++
 src/codegen_linux_aaarch64.c |  94 ++++++++++++++++++++++
 src/codegen_linux_aarch64.h  |  25 ++++++
 src/main.c                   | 132 +++++++++----------------------
 6 files changed, 366 insertions(+), 98 deletions(-)
 create mode 100644 src/cli.c
 create mode 100644 src/cli.h
 create mode 100644 src/codegen_linux_aaarch64.c
 create mode 100644 src/codegen_linux_aarch64.h


base-commit: 3249953fd5dd6e809266ecc8d24447e8fbc048bb
-- 
2.44.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-03-24 15:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-19 19:57 [PATCH olang v1 0/3] fe: add compiler support to linux aarch64 Johnny Richard
2024-03-19 19:57 ` [PATCH olang v1 1/3] cli: refactor: move cli parsing to a separted file Johnny Richard
2024-03-23 20:18   ` Carlos Maniero
2024-03-24 16:22     ` Johnny Richard
2024-03-19 19:57 ` [PATCH olang v1 2/3] cli: add --sysroot and --arch options Johnny Richard
2024-03-19 19:57 ` [PATCH olang v1 3/3] codegen: add compiler support to linux aarch64 arch Johnny Richard
2024-03-19 19:00   ` [olang/patches/.build.yml] build success builds.sr.ht
2024-03-23 20:18   ` [PATCH olang v1 3/3] codegen: add compiler support to linux aarch64 arch Carlos Maniero

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox