This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Sun, 6 May 2007, Yann E. MORIN wrote:
> Robert,
>
> On Sunday 06 May 2007 19:53, Robert P. J. Day wrote:
> > can someone else verify that this snippet from getandpatch.sh just
> > doesn't seem right?
> [--SNIP--]
> > # And one is derived if not set explicitly.
> > test -z "${GLIBCTHREADS_FILENAME}" &&
> > GLIBCTHREADS_FILENAME=`echo $GLIBC_DIR | sed 's/glibc-/glibc-linuxthreads-/'`
>
> I'd say, toss it.
>
> In fact, it is wrong to set it implictly, because it has to be set
> explicitly by the user. I guess this is a residue of some previous
> version when it was not explictly available to the user. Definitely,
> you'll want to remove that.
there's actually more out of crosstool.sh that should be tossed
related to that, but just deleting those two lines fixes that problem,
so that the beginning of the glibc-headers step is now just:
...
checking build system type... i686-pc-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
configure: running configure fragment for add-on nptl
...
no more linuxthreads crap. another problem out of the way. onward.
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA
http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================
--
For unsubscribe information see http://sourceware.org/lists.html#faq
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |