Re: [PATCH] test/silly: Extend include path.
Vineet Gupta <[email protected]>
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <C2D7FE5348E1B147BCA15975FBA230756659EE37@IN01WEMBXB.internal.synopsys.com> |
On Thursday 07 May 2015 08:42 PM, Andrew Burgess wrote: > When attempting to build uClibc under buildroot, including building the > tests, the silly tests don't currently compile, a result of attempting > to build using a compiler that does not yet have an installed version of > uClibc available. The error is a missing header file, specifically > atomic.h. > > Taking inspiration from the nptl tests, I have extended the EXTRA_CFLAGS > variable to add the required include paths. The tests can now be built > under buildroot. > > Signed-off-by: Andrew Burgess <[email protected]> Acked-by: Vineet Gupta <[email protected]> Thx, -Vineet