summaryrefslogtreecommitdiff
path: root/software/dhrystone/.gitignore
AgeCommit message (Collapse)Author
2019-05-29Update examples to pickup licensesBunnaroath Sou
2019-05-22Setup default options for dhrystone release.Hsiang-Chia.Huang
2019-04-30Update Dhrystone and metal to remove nano & pick memory.hBunnaroath Sou
2019-03-26Making dhrystone publicBunnaroath Sou
2019-03-07Remove legacy examplesNathaniel Graff
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
2016-12-14Refactor libc stubs into libwrapAlbert Ou
The --wrap feature of GNU ld supports a cleaner framework for linking in alternative implementations of libc functions without cpp hacks. Place wrappers in separate object files to reduce static code size.