summaryrefslogtreecommitdiffstats
path: root/extra/Configs/Config.sh64
Commit message (Collapse)AuthorAgeFilesLines
* Move sh64 to its own config so we don't crap up the sh one..Paul Mundt2005-05-021-0/+52
|
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-041-61/+0
| | | | | which should simplify enabling arbitrary architectures. -Erik
* Patch from Paul Mundt adding uClibc sh64 support:Eric Andersen2003-08-131-0/+61
Here's a patch that implements the beginnings of a rudimentary sh64 port. So far, this only works static, as I haven't done any of the ldso work yet. I've also not touched the libpthread stuff yet either, so that's also disabled for now. This port was based off of some work that Sean McGoogan at SuperH did for his initial port, but the this patch doesn't carry over too much from there (basically the libc/sysdeps/linux/sh64/Makefile (or rather, parts of it), the setjmp/longjmp stuff (which I had to rewrite portions of it to work with the new toolchains), etc.). However, for static, everything appears to work correcly, at least in a hello world type application.