Re: [PATCH] test/silly: Extend include path.
Bernhard Reutner-Fischer <[email protected]> Tue, 26 May 2015 22:27:42 +0200
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, May 08, 2015 at 10:30:37AM +0000, Vineet Gupta wrote: > 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]> Applied, thanks!