Skip to content

Commit 7d386b6

Browse files
Dimitar Dimitrovjjohnstn
authored andcommitted
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 <[email protected]>
1 parent b59c922 commit 7d386b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libgloss/configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5349,6 +5349,7 @@ case "${target}" in
53495349
mn10?00-*-*) ;;
53505350
riscv*-*-*) ;;
53515351
powerpcle-*-pe) ;;
5352+
pru-*-*) ;;
53525353
sh*-*-*) ;;
53535354
sparc-sun-sunos*) ;;
53545355
sparc64-*-*) ;;

libgloss/libnosys/acinclude.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ case "${target}" in
1616
mn10?00-*-*) ;;
1717
riscv*-*-*) ;;
1818
powerpcle-*-pe) ;;
19+
pru-*-*) ;;
1920
sh*-*-*) ;;
2021
sparc-sun-sunos*) ;;
2122
sparc64-*-*) ;;

0 commit comments

Comments
 (0)