mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Gregor Richards <gr@purdue.edu>
To: musl@lists.openwall.com
Cc: Rich Felker <dalias@aerifal.cx>
Subject: Re: initial version of mips port committed
Date: Wed, 11 Jul 2012 09:08:40 -0400	[thread overview]
Message-ID: <4FFD7AD8.9070302@purdue.edu> (raw)
In-Reply-To: <20120711083203.GY544@brightrain.aerifal.cx>

On 07/11/2012 04:32 AM, Rich Felker wrote:
> from the commit message:
>
> initial version of mips (o32) port, based on work by Richard
> Pennington (rdp)
>
> basically, this version of the code was obtained by starting with
> rdp's work from his ellcc source tree, adapting it to musl's build
> system and coding style, auditing the bits headers for discrepencies
> with kernel definitions or glibc/LSB ABI or large file issues, fixing
> up incompatibility with the old binutils from aboriginal linux, and
> adding some new special cases to deal with the oddities of sigaction
> and pipe syscall interfaces on mips.
>
> at present, minimal test programs work, but some interfaces are broken
> or missing. threaded programs probably will not link.
>

Fresh cross compiler tarball: 
https://bitbucket.org/GregorR/musl-cross/downloads/crossx86-mips-linux-musl-6315004f.tar.xz

I'll build a new tarball when .so support works. Until then, it's safe 
to upgrade musl in this one for testing purposes:

CC="mips-linux-musl-gcc" ./configure --prefix=<prefix>/mips-linux-musl 
--disable-shared && make all install

It works well enough to make "Hello, world!" and such happy. Threads 
indeed don't link.

With valediction,
  - Gregor Richards





      reply	other threads:[~2012-07-11 13:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11  8:32 Rich Felker
2012-07-11 13:08 ` Gregor Richards [this message]

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=4FFD7AD8.9070302@purdue.edu \
    --to=gr@purdue.edu \
    --cc=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /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.vuxu.org/mirror/musl/

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