[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: wheezy and gcc 4.3 (and maybe 4.5)



Le 02/12/2012 23:47, Jonathan Nieder a écrit :

That's binutils bug#620448.  If you put this script somewhere before
/usr/bin on your $PATH, make it executable, and name it "as", that
should work around it.

	#!/bin/sh
	exec /usr/bin/as --size-check=warning "$@"

If you're using gcc 4.6, the changes from de2a8cf9 (e.g., grab it
using "git cherry-pick de2a8cf9") and b1d670f10e80 are also needed.

Thanks a lot. I could finally find the commit which caused the regression I have:

b5153163ed580e00c67bdfecb02b2e3843817b3e

For interested people here is the page of the bug:

https://bugzilla.kernel.org/show_bug.cgi?id=47791

Thanks again for all people that helped me out. I will soon report another regression, I hope I'll be good enough now to avoid request any help :)


Reply to: