OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   09-Mar-2003 12:27:30
  Branch: HEAD                             Handle: 2003030911272900

  Modified files:
    openpkg-src/gcc         gcc.spec

  Log:
    be more precise in matching

  Summary:
    Revision    Changes     Path
    1.48        +2  -2      openpkg-src/gcc/gcc.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.spec
  ============================================================================
  $ cvs diff -u -r1.47 -r1.48 gcc.spec
  --- openpkg-src/gcc/gcc.spec  9 Mar 2003 11:24:21 -0000       1.47
  +++ openpkg-src/gcc/gcc.spec  9 Mar 2003 11:27:29 -0000       1.48
  @@ -132,8 +132,8 @@
       l_cflags="$l_cflags -O"
       l_boot_cflags="$l_boot_cflags -O2 -fomit-frame-pointer -funroll-loops"
       case "%{l_target}" in
  -        *x86-*    ) l_boot_cflags="$l_boot_cflags -mcpu=pentium3" ;;
  -        *sparc64* ) l_boot_cflags="$l_boot_cflags -mtune=v9"      ;;
  +        *x86-*     ) l_boot_cflags="$l_boot_cflags -mcpu=pentium3" ;;
  +        *sparc64-* ) l_boot_cflags="$l_boot_cflags -mtune=v9"      ;;
       esac
       l_libcflags="$l_libcflags -O2"
       l_libcxxflags="$l_libcxxflags -O2 -fno-implicit-templates"
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to