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] | |
For immediate testing with crosstool < 0.43 you can simply set
GLIBC_DIR=glibc-2.4
GLIBC_THREADS_FILENAME=glibc-ports-2.4
which both prevents it from automatically adding the threads file and
simultaneously perverts its linuxthreads code to apply the ports
collection instead. By a stroke of luck it already knows about cd-ing
into the glibc dir before unpacking anything called glibc-[a-z]*-2*
It doesn't compile, of course. If I get this working I'll post the patches.
The real solution is a GLIBC_PORTS_FILENAME clause, since older
versions have both 2.3.6-linuxthreads and 2.3.6-ports, and to embed
knowledge only to set GLIBC_THREADS_FILENAME by default if glibc < 2.4.
Or maybe always to add the ports collection instead of the threads tarball
if glibc >= 2.4
What seem righter?
M
--
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] |