9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* fix: plan9port FreeBSD arm64
@ 2019-12-25 22:56 Lyndon Nerenberg
  0 siblings, 0 replies; only message in thread
From: Lyndon Nerenberg @ 2019-12-25 22:56 UTC (permalink / raw)
  To: Plan 9 from Bell Labs

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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-25 22:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-25 22:56 fix: plan9port FreeBSD arm64 Lyndon Nerenberg

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).