9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Lyndon Nerenberg <lyndon@orthanc.ca>
To: Plan 9 from Bell Labs <9fans@9fans.net>
Subject: fix: plan9port FreeBSD arm64
Date: Wed, 25 Dec 2019 14:56:41 -0800	[thread overview]
Message-ID: <f4e555039f104b07@orthanc.ca> (raw)

This gets github.com/9fans/plan9port building under FreeBSD 12.1
on arm64.  Dunno if it breaks the other arm64 platforms ...

diff --git a/dist/buildmk b/dist/buildmk
index 07b223ac..65137556 100755
--- a/dist/buildmk
+++ b/dist/buildmk
@@ -7,6 +7,7 @@ OBJTYPE=`(uname -m -p 2>/dev/null || uname -m) | sed '
        s;.*i86pc.*;386;;
        s;.*amd64.*;x86_64;;
        s;.*x86_64.*;x86_64;;
+       s;.*arm64.*;arm64;;
        s;.*armv.*;arm;g;
        s;.*powerpc.*;power;g;
        s;.*PowerMacintosh.*;power;g;


                 reply	other threads:[~2019-12-25 22:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=f4e555039f104b07@orthanc.ca \
    --to=lyndon@orthanc.ca \
    --cc=9fans@9fans.net \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).