[Toybox] [PATCH] basename: -s SUFFIX.

Rob Landley rob at landley.net
Wed Nov 28 15:21:27 PST 2018


On 11/28/18 2:21 PM, enh wrote:
> On Mon, Nov 19, 2018 at 10:45 AM Rob Landley <rob at landley.net> wrote:
>> Except... the directory is x86-only? You currently only support building on an
>> x86 host, not on arm?
> 
> correct. i'll worry about supporting arm hosts when i have one that's
> competitive with my 2x Intel(R) Xeon(R) Gold 6154 CPU @ 3.00GHz :-)

Did you ever read through my old https://landley.net/aboriginal/about.html page?

Making distro builds host-agnostic was sort of my thing for a longish time. :)

> speaking of too slow to be useful... given that there's already some
> __APPLE__ in the tree, i'm looking to see how hard it would be to at
> least build those parts of toybox that are used in an AOSP build for
> macOS.

I've seen. (And the list header rewrite thing worked! Your emails did not wind
up in the spam folder this time, although the "list copy came through first" vs
"cc: copy came through first" thing is still splitting them across two folders
because gmail can't _not_ kill duplicates.)

At one point, I'm told that worked. At least for a subset of the commands. Stuff
like "ps" is extremely linux-specific because there _is_ no portable way to do
that. Although I'm told BSD's Linux emulation layer works? But my own attempts
at testing that...

https://landley.net/notes-2013.html#15-09-2013
https://landley.net/notes-2014.html#01-04-2014
https://landley.net/notes-2014.html#18-06-2014
https://landley.net/notes-2014.html#11-09-2014

Have not gone well.

Rob



More information about the Toybox mailing list