|
|
@ -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 |
|
|
|
|