mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: musl@lists.openwall.com
Cc: j-core@j-core.org
Subject: Re: musl-cross-make / litecross improvements
Date: Tue, 3 May 2016 22:16:22 +0200	[thread overview]
Message-ID: <20160503201622.GT22574@port70.net> (raw)
In-Reply-To: <20160503180230.GL21636@brightrain.aerifal.cx>

* Rich Felker <dalias@libc.org> [2016-05-03 14:02:30 -0400]:
> On Tue, May 03, 2016 at 01:39:43PM +0200, Szabolcs Nagy wrote:
> > possibly make -o info -o install-info -o install-man
> > can do this too (havent tested).
> 
> The -o approach only works when it's added to $(MAKE), because make
> explicitly strips -o's from being passed down recursively in MAKEFLAGS
> etc.

we have to fiddle with MAKE anyway so probably this is
approach is cleaner.

maybe have a RECURSIVE_MAKEFLAGS or similar in toplevel
config.mak (with the caveat that it will be passed to
every make)

> > i'm not sure if it's a good idea distributing the
> > toolchain without debug info, but this is needed
> > if you want to avoid leaking the build path.
> 
> It wouldn't hurt to dig up the gcc option to strip a prefix from the
> debug paths and including an example of how to use it, in case users
> want this.
> 

COMMON_CONFIG += --with-debug-prefix-map=$(PWD)=

> > the target libs are installed under lib64/,
> > i think the usr/ and lib64/ symlinks are useful
> > (so it can be used as rootfs without fiddling
> > with etc/ld-musl*.path).
> 
> Yes. Is there a good way to override that in gcc or should we just
> make the symlinks?
> 

output/lib64 can be eliminated by
COMMON_CONFIG += --libdir=/lib

output/x86_64-linux-musl/lib64 install path is trickier:
it is controlled by the $toolexeclibdir make variable.
which is set according to $CC -print-multi-os-directory
which is controlled by multilib and multilib_defaults from
$CC -dumpspecs which comes from multilib.h generated by
genmultilib based on parameters from config/i386/t-linux64

> > gcc-6 will need
> > GCC_CONFIG += --disable-libmpx
> 
> OK. Is that because their code is broken, or because of something on
> musl's side? Is it detectable?
> 

the code is currently broken (missing includes and uses secure_getenv)

> > and libstdc++ only uses vdso clock_gettime
> > with --enable-libstdcxx-time
> 
> Is there a link to this issue? I don't mind adding it but I'd like to
> know details.

http://gcc.gnu.org/onlinedocs/libstdc++/manual/configure.html


> > diff --git a/litecross/Makefile b/litecross/Makefile
> > index fbabe4a..d2a7bce 100644
> > --- a/litecross/Makefile
> > +++ b/litecross/Makefile
> > @@ -17,6 +17,7 @@ MUSL_CONFIG = CC="$(XGCC)" LIBCC="../obj_toolchain/$(TARGET)/libgcc/libgcc.a" --
> >  
> >  MAKE += INFO_DEPS= infodir=
> >  MAKE += ac_cv_prog_lex_root=lex.yy.c
> > +MAKE += gcc_cv_prog_makeinfo_modern=no
> 
> Does this make a difference?

yes, gcc info files are not installed if it's set


  reply	other threads:[~2016-05-03 20:16 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-03  4:48 Rich Felker
2016-05-03 11:39 ` Szabolcs Nagy
2016-05-03 18:02   ` Rich Felker
2016-05-03 20:16     ` Szabolcs Nagy [this message]
2016-05-03 21:57       ` Szabolcs Nagy
2016-05-04  0:16         ` Rich Felker
2016-05-04  3:53         ` Rich Felker
2016-05-04  8:15           ` Szabolcs Nagy
2016-05-06  5:14         ` Rich Felker
2016-05-04  9:28 ` [J-core] " Rob Landley
2016-05-04 11:10   ` Szabolcs Nagy
2016-05-04 11:27     ` Laurent Bercot
2016-05-04 11:52       ` Szabolcs Nagy
2016-05-04 16:33   ` Rich Felker
2016-05-04 16:48     ` Daniel Cegiełka
2016-05-04 17:16     ` Szabolcs Nagy
2016-05-04 18:09       ` Rich Felker
2016-05-04 17:54     ` Rich Felker
2016-05-05 22:43 ` Patrick Oppenlander
2016-05-06  2:44   ` Rich Felker
2016-05-06  6:03     ` Patrick Oppenlander
2016-05-06 20:49     ` Szabolcs Nagy
2016-05-08 23:04       ` Patrick Oppenlander

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=20160503201622.GT22574@port70.net \
    --to=nsz@port70.net \
    --cc=j-core@j-core.org \
    --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).