[ILUG] ppro linux

From: John P . Looney (valen at domain tuatha.org)
Date: Wed 13 Oct 1999 - 17:29:40 IST


 Does anyone know how hard it would be to install a box with a standard
distro, then recompile from source packages every package on the box, with
specific optimisation flags (-mpentiumpro -fschedule-insns -O3 -s come to
mind).

 Some thing like:

 packages=`rpm -qa`
 for package in $packages ; do
    wget http://redhatmirror/directory/$package\*srpm
    CFLAGS="-mpentiumpro -fschedule-insns -O3 -s" rpm -ta --clean ${package}*
    rpm --install /usr/src/RedHat/RPMS/${package}*
    rm /usr/src/RedHat/RPMS/${package}*
    rm *srpm
 done

 Could something like that be made to work ?
Kate

-- 
Microsoft. The best reason in the world to drink beer.
http://www.redbrick.dcu.ie/~valen


This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:44 GMT