libc/riscv64: temporarily unhook strrchr() from the build
A bug was discovered in the riscv64 assembly implementation of this function. Fall back to the generic implementation until a fix can be developed. PR: 295823 Reported by: siva MFC after: 1 week
This commit is contained in:
@@ -5,5 +5,4 @@ MDSRCS+= \
|
||||
memcpy.S \
|
||||
memset.S \
|
||||
strlen.S \
|
||||
strchrnul.S \
|
||||
strrchr.S
|
||||
strchrnul.S
|
||||
|
||||
Reference in New Issue
Block a user