Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149779670
D10041.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
869 B
Referenced Files
None
Subscribers
None
D10041.diff
View Options
Index: head/sys/modules/dtrace/dtrace/Makefile
===================================================================
--- head/sys/modules/dtrace/dtrace/Makefile
+++ head/sys/modules/dtrace/dtrace/Makefile
@@ -27,7 +27,7 @@
SRCS+= bus_if.h device_if.h vnode_if.h
# Needed for dtrace_asm.S
-SRCS+= assym.s
+DPSRCS+= assym.s
# These are needed for assym.s
SRCS+= opt_compat.h opt_kstack_pages.h opt_nfs.h opt_hwpmc_hooks.h
@@ -55,20 +55,6 @@
dtrace_asm.o: assym.s
-.if ${MACHINE_CPUARCH} == "arm"
-assym.o: assym.s
- ${AS} -meabi=5 -o assym.o assym.s
-.endif
-
-.if ${MACHINE_CPUARCH} == "riscv"
-assym.o: assym.s
-.if ${TARGET_ARCH:Mriscv*sf}
- ${AS} -mfloat-abi=soft -o assym.o assym.s
-.else
- ${AS} -mfloat-abi=double -o assym.o assym.s
-.endif
-.endif
-
.include <bsd.kmod.mk>
CFLAGS+= -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 28, 12:58 AM (1 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30451069
Default Alt Text
D10041.diff (869 B)
Attached To
Mode
D10041: Stop building assym.o in modules
Attached
Detach File
Event Timeline
Log In to Comment