Sven Geipel wrote, On 20.04.2009 08:52:
[...]

Hello,

just to make clear, the ##glibc section and GLIBCFLAGS are from Mario
Gzuk from unattended-gui project, so he must be honored for this :-)
Thank you Mario!

> 4. modify Makefile, edit glibc version to 2.9 (glibc=glibc-2.9) and replace 
> ##glibc section with:
>
> > GLIBCCFLAGS="-O2 -mtune=i686 -pipe -U_FORTIFY_SOURCE -fno-stack-protector"
> > ## glibc
> > build-$(glibc)/libc.so: $(linux)/arch/x86/boot/bzImage
> >     mkdir -p build-$(glibc)
> >     cd build-$(glibc) && CFLAGS=$(GLIBCCFLAGS) CHOST=$(CHOST) CC=$(CC) 
> > $(cwd)/$(glibc)/configure    \
> >             --prefix=/usr                                   \
> >             --without-gd --without-cvs                      \
> >             --enable-kernel=2.6.9                           \
> >             --without-selinux                               \
> >             --disable-nls                                   \
> >             --disable-stackguard-randomization              \
> >             --enable-old-ssp-compat                         \
> >             --enable-add-ons                                \
> >             --enable-bind-now                               \
> >             --includedir=$(cwd)/$(linux)/dest/include       \
> >             --with-headers=$(cwd)/$(linux)/dest/include     \
> >             --build=i686-linux                              \
> >             --host=i686-linux                               \
> >             --enable-all-warnings                           \
> >     && find . -name \*.d -print0 | xargs -0 -r rm -f        \
> >     && $(MAKE)
> >     touch -c $@
>   
regards
Sven


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to