diff ToDo @ 132:b0cca984c740

- manual update, started splitting platform overview in EP and EL for some platforms
author cslag
date Sat, 09 Jul 2016 16:39:33 +0200
parents a130676d0ceb
children fcbec299b736
line wrap: on
line diff
--- a/ToDo	Thu Jul 07 14:51:30 2016 +0200
+++ b/ToDo	Sat Jul 09 16:39:33 2016 +0200
@@ -56,7 +56,8 @@
 - other syscalls
 - MIPS32 softfloat support (-msoft-float)
 - MIPS64 little-endian needs testing (current port works on openbsd/octeon, which is big endian)
-- implement MIPS64 N32 (gcc -mabi=n32); both, little and big-endian
+- implement MIPS64 N32 (gcc -mabi=n32); both, little and big-endian (looks like NetNBSD on and
+  EdgeRouter lite uses this: https://blog.netbsd.org/tnf/entry/hands_on_experience_with_edgerouter)
 - implement MIPS64 EABI (gcc -mabi=eabi); both, little and big-endian
 
 dynload:
@@ -80,7 +81,8 @@
 - MIPS32 softfloat support (-msoft-float)
 - test MIPS o32 big endian (current port works on netbsd/pmax, which is little endian, and gcc -EB doesn't work on there)
 - test MIPS n64 little endian (current port works on openbsd/octeon, which is big endian)
-- implement MIPS64 N32 (gcc -mabi=n32); both, little and big-endian
+- implement MIPS64 N32 (gcc -mabi=n32); both, little and big-endian (looks like NetNBSD on and
+  EdgeRouter lite uses this: https://blog.netbsd.org/tnf/entry/hands_on_experience_with_edgerouter)
 - implement MIPS64 EABI (gcc -mabi=eabi); both, little and big-endian
 
 bindings: