Browse Source

* gcc: remove --with-cpu=750 from configure option on ppc
* binutils, glibc: rebuilt against the above gcc


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@754 ec354946-7b23-47d6-9f5a-488ba84defc7

shaolin 14 years ago
parent
commit
e00fd9a1c5
3 changed files with 12 additions and 4 deletions
  1. 4 1
      b/binutils/binutils-vl.spec
  2. 4 2
      g/gcc/gcc-vl.spec
  3. 4 1
      g/glibc/glibc-vl.spec

+ 4 - 1
b/binutils/binutils-vl.spec

@@ -11,7 +11,7 @@ Summary: A GNU collection of binary utilities.
 Summary(ja): GNU 版バイナリユーティリティ集
 Name: binutils
 Version: 2.20.51.0.2
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: GPLv3+
 Group: Development/Tools
 URL: http://sources.redhat.com/binutils
@@ -365,6 +365,9 @@ fi
 
 
 %changelog
+* Tue Apr  6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-5
+- rebuilt with gcc-4.4.3-4
+
 * Mon Feb  8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-4
 - rebuilt with gcc-4.4.3-3
 

+ 4 - 2
g/gcc/gcc-vl.spec

@@ -3,7 +3,7 @@
 %global stock_tarball 0
 
 %global gcc_version 4.4.3
-%global gcc_release 3%{?_dist_release}
+%global gcc_release 4%{?_dist_release}
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 ##VINE## I only have ppc32 arch machines at the moment...
@@ -881,7 +881,6 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
 %endif
 %ifarch ppc
 %if !%{biarch_on_ppc32}
-	--with-cpu=750 \
 	--disable-multilib \
 %endif
 	--host=%{gcc_target_platform} --build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=default32 
@@ -2409,6 +2408,9 @@ fi
 
 
 %changelog
+* Tue Apr  6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.4.3-4
+- fix configure flags on ppc again (remove --with-cpu=750)
+
 * Mon Feb  8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.4.3-3
 - fix configure flags on ppc
 

+ 4 - 1
g/glibc/glibc-vl.spec

@@ -35,7 +35,7 @@ Summary: The GNU libc libraries
 Summary(ja): GNU libc ライブラリ
 Name: glibc
 Version: %{glibcversion}
-Release: 6%{?_dist_release}
+Release: 7%{?_dist_release}
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -1218,6 +1218,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Tue Apr  6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.11.1-7
+- rebuilt with gcc-4.3.3-4
+
 * Sat Mar  6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.11.1-6
 - fix typo in %%triggerun common-extra
 - add %%postun common-extra (which does the same as %%triggerun common-extra)