Browse Source

Stefan Fiedler, fake:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
6b89d9e401
2 changed files with 2 additions and 8 deletions
  1. +0
    -6
      package/base/gcc/gcc.conf
  2. +2
    -2
      package/base/gcc/gcc.desc

+ 0
- 6
package/base/gcc/gcc.conf

@ -578,9 +578,3 @@ case "$pkg_gcc_version" in
;;
esac
if [ "$pkg_gcc_version" = "41" ]; then
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26942
hook_add postpatch 1 "sed -i.hotfixorig 's,-freorder-blocks-and-partition,,' gcc/Makefile.in"
versionhotfix 4.1.0
fi

+ 2
- 2
package/base/gcc/gcc.desc

@ -76,8 +76,8 @@
#endif
#if xpkg == gcc41.*
[V] 4.1.0
[D] 1690327620 gcc-4.1.0.tar.bz2 ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.1.0/
[V] 4.1.1
[D] 1088889964 gcc-4.1.1.tar.bz2 ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.1.1/
#endif
[CD] <COPY> for x in $cachedir/*.cache; do cp $x $confdir/$pkg.cache; done

Loading…
Cancel
Save