Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156654071
D54963.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
472 B
Referenced Files
None
Subscribers
None
D54963.diff
View Options
diff --git a/stand/libsa/Makefile b/stand/libsa/Makefile
--- a/stand/libsa/Makefile
+++ b/stand/libsa/Makefile
@@ -66,6 +66,9 @@
SRCS+= divmoddi4.c divmodsi4.c divdi3.c divsi3.c moddi3.c modsi3.c
SRCS+= udivmoddi4.c udivmodsi4.c udivdi3.c udivsi3.c umoddi3.c umodsi3.c
SRCS+= ashldi3.c ashrdi3.c lshrdi3.c
+.if ${MACHINE_CPUARCH} == "riscv"
+SRCS+= bswapdi2.c bswapsi2.c clzdi2.c ctzdi2.c
+.endif
.if ${MACHINE_CPUARCH:Namd64:Ni386} == ""
.PATH: ${SASRC}/x86
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 10:39 AM (22 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33127022
Default Alt Text
D54963.diff (472 B)
Attached To
Mode
D54963: stand: Add compiler builtins needed by GCC for RISC-V
Attached
Detach File
Event Timeline
Log In to Comment