This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[rfc, patch] PR bootstrap/43847 - fix --enable-plugin for cross builds


In cross builds with host=build, the target objdump is used in the configure check for --enable-plugin instead of the host objdump. The patch does use of the host tool for host=build, and the target tool for host=target, and throws an error for other cross builds. Is there a better way than using "objdump$exeext" when running the host tool? A similiar patch should go to the 4.5 branch.

Matthias

Attachment: xxx2.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]