public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: cross-compilation documentation
@ 2003-06-22 17:43 Dara Hazeghi
  2003-06-22 17:49 ` Andrew Pinski
  2003-06-22 17:49 ` Jan-Benedict Glaw
  0 siblings, 2 replies; 46+ messages in thread
From: Dara Hazeghi @ 2003-06-22 17:43 UTC (permalink / raw)
  To: gcc; +Cc: pinksia, dank

>No you do not have install the headers because you
can pass to gcc
>--without-headers and that will make sure that you do
not compile
>the sources that require glibc's headers.

Where is this documented? I don't see any reference at
http://gcc.gnu.org/install/configure.html.

Dara

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

^ permalink raw reply	[flat|nested] 46+ messages in thread
* Re: cross-compilation documentation
@ 2004-05-29  6:25 Dan Kegel
  2004-05-29  6:57 ` Zack Weinberg
  2004-06-01 17:38 ` Dave Korn
  0 siblings, 2 replies; 46+ messages in thread
From: Dan Kegel @ 2004-05-29  6:25 UTC (permalink / raw)
  To: GCC Mailing List

Tonight's post by Kaz on crossgcc got me reading old threads,
and I came across this one from last June:
http://gcc.gnu.org/ml/gcc/2003-06/msg01875.html
in which Zach Weinberg said
>We want to decouple libgcc build from compiler build for
>other reasons, but that's sufficiently invasive that it's probably a
>3.5 item at this point (the way I wanna do it, it needs bootstrap to
>run at top level, and it involves moving a lot of files).
Back then, 3.5 seemed impossibly far off.  Now it's at our
doorstep.  Has there been any motion on getting libgcc
build decoupled from basic gcc build?  It would be highly
appreciated.  It's getting harder and harder to bootstrap
the gcc/glibc combination with each new release.  cvs glibc
looks like it currently requires you to have a good target
gcc *just to install the headers*, so my old tricks won't
work.  Getting rid of the need for glibc headers to build
plain old gcc would really cut through the Gordian knot.
Pretty please?

I'll gladly buy anyone working on this a beer at the summit...
- Dan
--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

^ permalink raw reply	[flat|nested] 46+ messages in thread
* cross-compilation documentation
@ 2003-06-18  0:36 Dan Kegel
  2003-06-18 14:58 ` Joel Sherrill
  2003-06-19  0:00 ` Jim Wilson
  0 siblings, 2 replies; 46+ messages in thread
From: Dan Kegel @ 2003-06-18  0:36 UTC (permalink / raw)
  To: gcc

I understand that at the recent summit, cross-compilation
documentation was listed as being an item of high priority.
I've been working on this a bit; my current efforts are at
http://kegel.com/crosstool
I'd like to get in touch with whoever is working on this
issue in the gcc team.
Thanks,
Dan

-- 
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045

^ permalink raw reply	[flat|nested] 46+ messages in thread
* Cross-compilation documentation
@ 2001-11-13 16:21 Joseph S. Myers
  0 siblings, 0 replies; 46+ messages in thread
From: Joseph S. Myers @ 2001-11-13 16:21 UTC (permalink / raw)
  To: gcc

Is there anyone here familiar with the current practice for building
cross-compilers (including Canadian crosses, building in and out of common
source tree with binutils, dealing with libgcc depending on libc and libc
depending on libgcc, ...)?

If so, could you merge the existing old instructions in install-old.texi
into the current install manual install.texi, updating and expanding them
as necessary?  The continued presence of the old install documentation
that hasn't yet been merged into the new is now an obstacle to separating
the user and internals manuals (which I'd then follow by cleaning up the
structure of the internals manual and putting in the framework for proper
documentation of aspects not currently documented, such as the build
system and the front-end interface), since the structure of three manuals
(user, install, internals) for three different audiences has no place for
old install instructions in either the user of the internals manual.

-- 
Joseph S. Myers
jsm28@cam.ac.uk

^ permalink raw reply	[flat|nested] 46+ messages in thread

end of thread, other threads:[~2004-06-01 17:45 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-22 17:43 cross-compilation documentation Dara Hazeghi
2003-06-22 17:49 ` Andrew Pinski
2003-06-22 17:53   ` Jan-Benedict Glaw
2003-06-24  5:26     ` Jim Wilson
2003-06-22 19:36   ` Dara Hazeghi
2003-06-27 12:13     ` Gerald Pfeifer
2003-06-22 17:49 ` Jan-Benedict Glaw
  -- strict thread matches above, loose matches on Subject: below --
2004-05-29  6:25 Dan Kegel
2004-05-29  6:57 ` Zack Weinberg
2004-06-01 16:35   ` Dan Kegel
2004-06-01 17:38 ` Dave Korn
2004-06-01 17:45   ` Peter Barada
2003-06-18  0:36 Dan Kegel
2003-06-18 14:58 ` Joel Sherrill
2003-06-22 17:10   ` Dan Kegel
2003-06-19  0:00 ` Jim Wilson
2003-06-22 17:12   ` Dan Kegel
2003-06-22 17:19     ` Andrew Pinski
2003-06-22 17:21       ` Dan Kegel
2003-06-22 17:35       ` Peter Barada
2003-06-22 17:50         ` Andrew Pinski
2003-06-22 17:56           ` Jan-Benedict Glaw
2003-06-22 18:07           ` Zack Weinberg
2003-06-22 20:15             ` Dan Kegel
2003-06-22 20:27               ` Zack Weinberg
2003-06-22 20:36                 ` Peter Barada
2003-06-22 21:10                   ` Daniel Jacobowitz
2003-06-23  3:06                     ` Dan Kegel
2003-06-23  4:08                       ` Jan-Benedict Glaw
2003-06-23  4:22                         ` Dan Kegel
2003-06-23  9:10                     ` Peter Barada
2003-06-23 12:20                       ` Dan Kegel
2003-06-23 12:15                         ` Peter Barada
2003-06-23 12:20                           ` Dan Kegel
2003-06-23 14:14                             ` Peter Barada
2003-06-23 15:38                               ` Hans-Peter Nilsson
2003-06-23 16:04                                 ` Dan Kegel
2003-06-23 16:11                                   ` Hans-Peter Nilsson
2003-06-23 15:57                               ` Dan Kegel
2003-06-23 13:01                           ` Daniel Jacobowitz
2003-06-23 14:14                             ` Peter Barada
2003-06-23 14:50                               ` Daniel Jacobowitz
2003-06-23 14:10                       ` Daniel Jacobowitz
2003-06-22 18:41           ` Daniel Jacobowitz
2003-06-22 17:30     ` Jan-Benedict Glaw
2001-11-13 16:21 Cross-compilation documentation Joseph S. Myers

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 read-only IMAP folder(s) and NNTP newsgroup(s).