aboutsummaryrefslogtreecommitdiff
path: root/libgloss/bfin/Makefile.inc
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14libgloss: bfin: switch to CPPASCOMPILE for .S->.oMike Frysinger1-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-12libgloss: bfin: fix local header usage after automake moveMike Frysinger1-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-11libgloss: merge bfin into top-level MakefileMike Frysinger1-0/+71
Avoid a recursive make to speed things up a bit.