gcc

Comment 0 for bug 590696

Revision history for this message
Marcin Juszkiewicz (hrw) wrote : fix wrong use of objdump during cross build

Binary package hint: gcc-4.5

During cross building of gcc-4.5 there are some checks done to know does host gcc supports plugins.

Problem is that tests are compiled with host CC but checked with target objdump. In result they fail so build ends before it even started.

Attached patch fixes it.

upstream bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43847