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:   15-Nov-2004 13:57:56
  Branch: HEAD                             Handle: 2004111512575500

  Modified files:
    openpkg-src/gcc         gcc.spec

  Log:
    seems like config.sub is wrong here, because it translates amd64 to
    x86_64 although gcc uses amd64 under installation time; also we
    require binutils 2.14

  Summary:
    Revision    Changes     Path
    1.103       +3  -4      openpkg-src/gcc/gcc.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.spec
  ============================================================================
  $ cvs diff -u -r1.102 -r1.103 gcc.spec
  --- openpkg-src/gcc/gcc.spec  5 Nov 2004 19:17:24 -0000       1.102
  +++ openpkg-src/gcc/gcc.spec  15 Nov 2004 12:57:55 -0000      1.103
  @@ -39,7 +39,7 @@
   Group:        Compiler
   License:      GPL
   Version:      %{V_full}
  -Release:      20041105
  +Release:      20041115
   
   #   package options
   %option       with_cxx       yes
  @@ -64,8 +64,8 @@
   BuildPreReq:  OpenPKG, openpkg >= 20040130, make
   PreReq:       OpenPKG, openpkg >= 20040130
   %if "%{with_binutils}" == "yes"
  -BuildPreReq:  binutils >= 2.13
  -PreReq:       binutils >= 2.13
  +BuildPreReq:  binutils >= 2.14
  +PreReq:       binutils >= 2.14
   %endif
   AutoReq:      no
   AutoReqProv:  no
  @@ -239,7 +239,6 @@
   
       #   fetch GNU platform triple
       triple=`./config.guess`
  -    triple=`./config.sub ${triple}`
   
       #   perform the standard installation procedure
       ( cd obj
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to