public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
From: Johnny Richard <johnny@johnnyrichard.com>
To: ~johnnyrichard/olang-devel@lists.sr.ht
Cc: Johnny Richard <johnny@johnnyrichard.com>
Subject: [PATCH olang v1 0/3] fe: add compiler support to linux aarch64
Date: Tue, 19 Mar 2024 20:57:17 +0100	[thread overview]
Message-ID: <20240319195947.202414-1-johnny@johnnyrichard.com> (raw)

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


             reply	other threads:[~2024-03-19 19:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-19 19:57 Johnny Richard [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240319195947.202414-1-johnny@johnnyrichard.com \
    --to=johnny@johnnyrichard.com \
    --cc=~johnnyrichard/olang-devel@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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