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]

[Patch, test-suite, plugins] include build_dir/intl to enable finding libintl.h on systems that build it.


Hi,

On *-apple-darwin9 most of the plugin tests fail with errors like:
" /GCC/gcc-live-trunk/gcc/testsuite/../../gcc/intl.h:31:21: fatal error: libintl.h: No such file or directory"


libintl.h is built and present in ${gcc_objdir}/intl.

the patch below adds that directory to the plugins testsuite includes,
OK for trunk?

Iain

gcc/testsuite/Changelog:

* lib/plugin-support.exp (plugin-test-execute): Add ${gcc_objdir}/ intl to includes.



Attachment: 159312-testsuite-lib-plugin-diff.txt
Description: Text document





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