diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2014-12-12 21:14:06 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2014-12-12 21:14:06 +0000 |
commit | f58bc5991f017a0c720d79b4bb3c0c082e835b04 (patch) | |
tree | b4d1afc47701d8bd8dc570033f62d7fdefa83cc7 /newlib/configure.host | |
parent | 31cf15b18062ff13b489a03e148d2b765d77981c (diff) | |
download | cygnal-f58bc5991f017a0c720d79b4bb3c0c082e835b04.tar.gz cygnal-f58bc5991f017a0c720d79b4bb3c0c082e835b04.tar.bz2 cygnal-f58bc5991f017a0c720d79b4bb3c0c082e835b04.zip |
2014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
* configure.host: or1knd support, OpenRISC without delay slot
* libc/include/machine/setjmp.h: Add or1knd
* libc/machine/or1k/setjmp.S: Optional delay slot
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index c7a040192..d405d22dd 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -245,7 +245,7 @@ case "${host_cpu}" in nios2*) machine_dir=nios2 ;; - or1k*) + or1k*|or1knd*) machine_dir=or1k ;; powerpc*) |