POV-Ray : Newsgroups : povray.unix : Re: [patch] configure.in tirival patch : Re: [patch] configure.in tirival patch Server Time
8 Jul 2024 18:14:54 EDT (-0400)
  Re: [patch] configure.in tirival patch  
From: Wolfgang Wieser
Date: 1 Apr 2003 17:45:29
Message: <3e8a1683@news.povray.org>
FYI: Just notized the following: 

POV_TRY_CFLAGS([-march=pentiumpro -mcpu=pentiumpro -fkadjfhsjldhf]

will not cause an error (i.e. "not supported") as it obviously should. 

Furthermore, 

case "$build" in
  i?86-* | k?-*)
    case "$build" in
      i386-*) POV_TRY_CFLAGS([-march=i386 -mcpu=i386]);;
etc...

will not necessarily choose any of the AMD processors even if an AMD 
is built into the system. I get PentiumPro instead of AthlonXP. 
(This is a minor issue and I don't mind if it stays as it is.) 

Wolfgang


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.