Gentoo Archives: gentoo-dev

From: Joshua Baergen <joshuabaergen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] fix binary debug support, part elevenity billion
Date: Sun, 15 Jan 2006 06:22:16
Message-Id: 43C9E956.7040603@gentoo.org
In Reply to: [gentoo-dev] fix binary debug support, part elevenity billion by Mike Frysinger
1 Mike Frysinger wrote:
2 > - portage will add sane debug defaults to make.globals (DEBUG_CFLAGS="-O -g"
3 > and DEBUG_LDFLAGS="")
4 >
5 Nothing huge, but won't this fry certain systems (SPARC iirc, among
6 others) that need the -march information for the code to even run? If
7 so, the solution would have to grab march/mcpu/mtune values and add them
8 to the debug cflags.
9
10 --
11 Joshua Baergen
12 --
13 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] fix binary debug support, part elevenity billion Mike Frysinger <vapier@g.o>