Notes |
(0001041)
psm
02-04-06 02:22
|
we need to move dl_iterate_phdr to libc.so as it is and libc.a in a somewhat
modiffied version, see the dl_iterate_phdr in glibc |
| |
(0001042)
vapier
02-04-06 11:34
|
the entire point of the gcc config change was to get rid of arch-specific crap, adding them back in is not an option |
| |
(0001052)
mach
02-06-06 15:09
|
It would be a good idea to move dl_iterate_phdr to libc.so but I still don't see why a file that has explicit dependencies on GLIBC in it (there are defines about the glibc version being used and so on) should be included in a GCC built with uclibc.
Does this new patch fit better with the new gcc config change ? I only tested it on mips and it may require few adjustments to work on other architectures. |
| |
(0001053)
vapier
02-06-06 15:15
|
yes, that one looks much better :) |
| |
(0001055)
vapier
02-06-06 20:58
|
can you try this patch instead ? apply it to the 3.4.4/100-uclibc-conf.patch file |
| |
(0001067)
mach
02-08-06 10:41
|
Patch is ok except for a typo:
line 8 is:
+@@ -0,0 +1,4 @@
it should be
+@@ -0,0 +1,5 @@
otherwise the last line of t-linux-uclibc is removed.
I fixed it in your patch and renamed it 101-uclibc-conf.patch.4 |
| |
(0001077)
vapier
02-09-06 21:23
|
thanks for testing, i've fixed the 3.4.4/3.4.5/4.0.2 patches with your .4 ver |
| |