Mario Gzuk wrote, On 03.04.2009 11:36: > > can you post your section of the Makefile which builds the glibc? > > from: > ## glibc > build-$(glibc)/libc.s.... > to: > $(call copy_lib, build-$(glibc)/libc.so, stage1/lib/libc.so) Hi Mario,
here it comes: > ## glibc > # Configure switches cheerfully stolen from LFS project > # > (http://www.linuxfromscratch.org/lfs/view/development/chapter05/glibc.html). > build-$(glibc)/libc.so: $(linux)/arch/x86/boot/bzImage \ > $(glibc)/.stamp-glibc-gen-translit.pl-patch > mkdir -p build-$(glibc) > cd build-$(glibc) && CC=$(CC) $(cwd)/$(glibc)/configure \ > --prefix=/usr \ > --disable-profile --enable-add-ons \ > --enable-kernel=2.6.0 \ > --without-gd --without-cvs \ > --without-selinux \ > --includedir=$(cwd)/$(linux)/dest/include \ > --with-headers=$(cwd)/$(linux)/dest/include \ > --build=i586-linux \ > && find . -name \*.d -print0 | xargs -0 -r rm -f \ > && $(MAKE) > touch -c $@ > > > $(call copy_lib, build-$(glibc)/libc.so, stage1/lib/libc.so) -- regards Sven Geipel ------------------------------------------------------------------------------ _______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel