Skip to Content.
Sympa Menu

sm-sorcery - Re: [SM-Sorcery]Architecture Selection Code - Will this work?

sm-sorcery AT lists.ibiblio.org

Subject: Discussion of Sorcery related topics

List archive

Chronological Thread  
  • From: Wolfgang Scheicher <worf AT sbox.tu-graz.ac.at>
  • To: Mark Andrews <msasgl AT msa-enterprises.com>, sm-sorcery AT lists.ibiblio.org
  • Subject: Re: [SM-Sorcery]Architecture Selection Code - Will this work?
  • Date: Mon, 30 Sep 2002 21:10:46 +0200

> I've just been looking at the best place to put my auto-processor
> selection code. Am I right in thinking that if I create a bash script
> called "auto" in /var/lib/sorcery/archspecs/ia32 that sets things like:
>
> CPUNAME=`egrep "model name" /proc/cpuinfo | cut -d: -f2 | uniq`
> [...]

is this for general hardware detection or for compiler flag stuff?
because for the compiler optimisation settings i would be careful.
maybe default to i386/486/586/686, but not that athlon stuff - or at least
ask... and we should find out what code rund on what machine - and display
that info... rebuilding the whole thing is quite a task - and i would not
like to do it too often.

Worf





Archive powered by MHonArc 2.6.24.

Top of Page