pru: Do not define MISSING_SYSCALL_NAMES for pru
- The PRU newlib port is supposed to implement case #2 as described in newlib/libc/include/reent.h . Thus drop the defining of MISSING_SYSCALL_NAMES. - libgloss/configure: Regenerate. - libgloss/libnosys/acinclude.m4: Do not define MISSING_SYSCALL_NAMES for pru. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
This commit is contained in:
parent
b59c922f7c
commit
7d386b6dac
|
@ -5349,6 +5349,7 @@ case "${target}" in
|
|||
mn10?00-*-*) ;;
|
||||
riscv*-*-*) ;;
|
||||
powerpcle-*-pe) ;;
|
||||
pru-*-*) ;;
|
||||
sh*-*-*) ;;
|
||||
sparc-sun-sunos*) ;;
|
||||
sparc64-*-*) ;;
|
||||
|
|
|
@ -16,6 +16,7 @@ case "${target}" in
|
|||
mn10?00-*-*) ;;
|
||||
riscv*-*-*) ;;
|
||||
powerpcle-*-pe) ;;
|
||||
pru-*-*) ;;
|
||||
sh*-*-*) ;;
|
||||
sparc-sun-sunos*) ;;
|
||||
sparc64-*-*) ;;
|
||||
|
|
Loading…
Reference in New Issue