Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-14 | libgloss: bfin: switch to CPPASCOMPILE for .S->.o | Mike Frysinger | 1 | -8/+8 | |
We're compiling .S files, so use CPPAS instead of CC to compile since the point of CPPAS is to preprocess+assemble .S files. | |||||
2022-02-12 | libgloss: bfin: fix local header usage after automake move | Mike Frysinger | 1 | -10/+12 | |
Compiling the basiccrt .S files missed an include to the local bfin/ headers causing the build to break when installing anew. Reported-by: Jeff Law <jeffreyalaw@gmail.com> | |||||
2022-02-11 | libgloss: merge bfin into top-level Makefile | Mike Frysinger | 1 | -0/+71 | |
Avoid a recursive make to speed things up a bit. |