This is a try to fix the problem met with module errno (and conflicting filename errno.h) The "RFC" regards patch2 of the series, which is removing '-I.' from the gcc default options (as seen from automake) The goal is that #include <...> and #include "..." should search different paths. I could not see any obvious problem with this, but I feel I'd like to have other opinions here. If this is not regarded as a solution, I guess what is left is to change errno.h filename to something else, saddly breaking the name convention to have the lib .h file matching the module name. ... or to change the convention by inserting some prefix to the names... Nothing we really want to do...
Christophe Milard (3): validation: errno: adding missing include test: removing current dir from -I validation: errno: populate lib test/Makefile.inc | 5 ++--- test/validation/Makefile.inc | 2 ++ test/validation/errno/errno.c | 3 ++- test/validation/errno/errno.h | 12 ++++++++++++ 4 files changed, 18 insertions(+), 4 deletions(-) -- 1.9.1 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
