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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   19-Sep-2005 17:50:57
  Branch: HEAD                             Handle: 2005091916505600

  Modified files:
    openpkg-src/gcc41       gcc41.spec

  Log:
    reactivate with_optimize option by removing problematic -funroll-loops
    optimization flag

  Summary:
    Revision    Changes     Path
    1.26        +3  -5      openpkg-src/gcc41/gcc41.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc41/gcc41.spec
  ============================================================================
  $ cvs diff -u -r1.25 -r1.26 gcc41.spec
  --- openpkg-src/gcc41/gcc41.spec      18 Sep 2005 18:52:39 -0000      1.25
  +++ openpkg-src/gcc41/gcc41.spec      19 Sep 2005 15:50:56 -0000      1.26
  @@ -22,8 +22,6 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   FIXME: rse: with_optimize=yes still broken
  -
   #   package version
   %define       V_full         4.1
   %define       V_comp         41
  @@ -40,14 +38,14 @@
   Group:        Compiler
   License:      GPL
   Version:      %{V_full}s%{V_snap}
  -Release:      20050918
  +Release:      20050919
   
   #   package options
   %option       with_cxx       yes
   %option       with_objc      no
   %option       with_java      no
   %option       with_fortran   no
  -%option       with_optimize  no
  +%option       with_optimize  yes
   %option       with_profile   no
   %option       with_binutils  yes
   %option       with_threads   yes
  @@ -195,7 +193,7 @@
       #   conservatively optimize the generated program code
       #   (also _tune_ for particular CPUs, but _without_ requiring these 
CPUs!)
       l_cflags="$l_cflags -O"
  -    l_boot_cflags="$l_boot_cflags -O2 -fomit-frame-pointer -funroll-loops"
  +    l_boot_cflags="$l_boot_cflags -O2 -fomit-frame-pointer"
       case "%{l_platform -t}" in
           *i?86-*  ) l_boot_cflags="$l_boot_cflags -mtune=pentium3" ;;
           *sun4u-* ) l_boot_cflags="$l_boot_cflags -mtune=v9"       ;;
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to