Age | Commit message (Collapse) | Author |
|
are failing
|
|
|
|
|
|
|
|
|
|
but still works! :)
|
|
|
|
|
|
Rules.mak: use -Os, not -O2
|
|
text data bss dec hex filename
- 16709 240 92 17041 4291 lib/ld-uClibc.so
+ 16634 236 92 16962 4242 lib/ld-uClibc.so
- 4602 344 4 4950 1356 lib/libdl-0.9.30-svn.so
+ 4571 328 4 4903 1327 lib/libdl-0.9.30-svn.so
- 4602 344 4 4950 1356 lib/libdl.so
+ 4571 328 4 4903 1327 lib/libdl.so
|
|
|
|
|
|
and add install_hostutils. Now install_utils should use $PREFIX more like
other packages do.
|
|
utils lives outside of the normal build so this is needed until it is
properly pulled into the normal system.
|
|
|
|
|
|
|
|
|
|
Closes issue #5194
|
|
|
|
|
|
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
|
|
|
|
|
|
<hcegtvedt@atmel.com>
|
|
fallback chdir(), we dont continue to prefix the chroot path ... fixes `ldconfig.host -r some/dir/`
|
|
|
|
|
|
|
|
|
|
s/dprintf(2/fprintf(stderr/g
|
|
|
|
readelf and ldd to again state that they are GPLv2
|
|
|
|
|
|
|
|
the compiler path
|
|
is a useless attempt
|
|
|
|
|
|
to make them go away ... the vfork() is safe due to the logic following it
|
|
in size, even on 64bit hosts, while Addr is the proper native size ... also get creative with our signed/unsigned usage to get rid of warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when added to top Makefile.in
|