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

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   30-Jun-2003 11:15:49
  Branch: HEAD                             Handle: 2003063010154701

  Modified files:
    openpkg-src/gcc32       gcc32.patch gcc32.spec
    openpkg-web             news.txt

  Log:
    fix building on solaris

  Summary:
    Revision    Changes     Path
    1.2         +0  -1      openpkg-src/gcc32/gcc32.patch
    1.2         +6  -6      openpkg-src/gcc32/gcc32.spec
    1.5105      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc32/gcc32.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 gcc32.patch
  --- openpkg-src/gcc32/gcc32.patch     3 Jun 2003 10:28:28 -0000       1.1
  +++ openpkg-src/gcc32/gcc32.patch     30 Jun 2003 09:15:48 -0000      1.2
  @@ -17,4 +17,3 @@
    #undef ASM_QUAD
   +#undef DEFAULT_PCC_STRUCT_RETURN
   +#define DEFAULT_PCC_STRUCT_RETURN 1
  -
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc32/gcc32.spec
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 gcc32.spec
  --- openpkg-src/gcc32/gcc32.spec      3 Jun 2003 10:28:29 -0000       1.1
  +++ openpkg-src/gcc32/gcc32.spec      30 Jun 2003 09:15:48 -0000      1.2
  @@ -38,7 +38,7 @@
   Group:        Language
   License:      GPL
   Version:      %{V_full}
  -Release:      20030603
  +Release:      20030630
   
   #   package options
   %option       with_cxx       yes
  @@ -141,9 +141,9 @@
       l_libcxxflags="-g"
   %if "%{with_binutils}" == "yes"
       #   at least GNU as from GNU binutils supports -pipe always
  -    l_boot_cflags="$l_boot_cflags -pipe"
  -    l_libcflags="$l_libcflags -pipe"
  -    l_libcxxflags="$l_libcxxflags -pipe"
  +    l_boot_cflags="$l_boot_cflags"
  +    l_libcflags="$l_libcflags"
  +    l_libcxxflags="$l_libcxxflags"
   %endif
   %if "%{with_optimize}" == "yes"
       #   conservatively optimize the generated program code
  @@ -154,8 +154,8 @@
           *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"
  +    l_libcflags="$l_libcflags -O"
  +    l_libcxxflags="$l_libcxxflags -O -fno-implicit-templates"
   %else
       #   else do no optimizations at all to reduce problems to minimum in advance
       l_boot_cflags="$l_boot_cflags -O0"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5104 -r1.5105 news.txt
  --- openpkg-web/news.txt      30 Jun 2003 08:40:34 -0000      1.5104
  +++ openpkg-web/news.txt      30 Jun 2003 09:15:47 -0000      1.5105
  @@ -1,3 +1,4 @@
  +30-Jun-2003: Upgraded package: P<gcc32-3.2.3-20030630>
   30-Jun-2003: Upgraded package: P<cvs-1.12.1-20030630>
   30-Jun-2003: Upgraded package: P<netrik-1.10.2-20030630>
   30-Jun-2003: Upgraded package: P<libffi-20030208-20030630>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to