ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/configure.in
(Generate patch)

Comparing BasiliskII/src/Unix/configure.in (file contents):
Revision 1.38 by cebix, 2001-03-29T14:20:53Z vs.
Revision 1.39 by cebix, 2001-04-10T18:33:57Z

# Line 662 | Line 662 | fi
662   dnl Or if we have -Ofast
663   if [[ "x$HAVE_OFAST" = "xyes" ]]; then
664    CFLAGS=`echo $CFLAGS | sed -e 's/ -g / -Ofast /;s/^-g /-Ofast /;s/-g$/ -Ofast/;s/^-g$/-Ofast/'`
665 <  CXXFLAGS=`echo $CXXFLAGS | sed -e 's/ -g / -Ofast /;s/^-g /-Ofast/;s/ -g$/ -Ofast/;s/^-g$/-Ofast/'`
665 >  CXXFLAGS=`echo $CXXFLAGS | sed -e 's/ -g / -Ofast /;s/^-g /-Ofast /;s/ -g$/ -Ofast/;s/^-g$/-Ofast/'`
666    CXXFLAGS="-LANG:std $CXXFLAGS"
667    LDFLAGS="$LDFLAGS -Ofast"
668   fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines