Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | u-boot: fix build error under gcc6 | Zhenhua Luo | 2016-06-02 | 1 | -0/+91 |
Fix the following build error under gcc6: | ../include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc6.h: No such file or directory | #include gcc_header(__GNUC__) Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |