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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   13-Nov-2006 22:51:02
  Branch: HEAD                             Handle: 2006111321510100

  Modified files:
    openpkg-src/gcc         gcc.spec

  Log:
    do not use multilibs (32+64bit) but stick to pure 32bit or pure 64bit
    thus unbreaking build on amd64-suse10 installed w/o 32bit backwards
    compatibility

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.spec
  ============================================================================
  $ cvs diff -u -r1.130 -r1.131 gcc.spec
  --- openpkg-src/gcc/gcc.spec  13 Oct 2006 17:28:11 -0000      1.130
  +++ openpkg-src/gcc/gcc.spec  13 Nov 2006 21:51:01 -0000      1.131
  @@ -37,7 +37,7 @@
   Group:        Compiler
   License:      GPL
   Version:      %{V_full}
  -Release:      20061013
  +Release:      20061113
   
   #   package options
   %option       with_cxx       yes
  @@ -119,7 +119,7 @@
       l_with_gnu_ld_as=""
   %if "%{with_binutils}" == "yes"
       l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-ld 
--with-ld=%{l_prefix}/bin/ld"
  -    l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-as 
--with-as=%{l_prefix}/bin/as"
  +    l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-as 
--with-as=%{l_prefix}/bin/as --disable-multilib"
   %else
       case "%{l_platform -t}" in
          *-linux* | *-freebsd* )
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to