Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167244797
D35864.id108552.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D35864.id108552.diff
View Options
Index: sys/modules/linux/Makefile
===================================================================
--- sys/modules/linux/Makefile
+++ sys/modules/linux/Makefile
@@ -102,9 +102,9 @@
${STRIPBIN} -N _binary_linux${SFX}_vdso_so_o_size ${.TARGET}
.if ${MACHINE_CPUARCH} == "amd64"
-linux${SFX}_support.o: linux${SFX}_assym.h assym.inc
+linux${SFX}_support.o: linux${SFX}_support.s linux${SFX}_assym.h assym.inc
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
- ${.IMPSRC} -o ${.TARGET}
+ ${.ALLSRC:M*.s} -o ${.TARGET}
.endif
linux${SFX}_genassym.o: offset.inc
Index: sys/modules/linux64/Makefile
===================================================================
--- sys/modules/linux64/Makefile
+++ sys/modules/linux64/Makefile
@@ -74,9 +74,9 @@
linux_vdso.so.o ${.TARGET}
${STRIPBIN} -N _binary_linux_vdso_so_o_size ${.TARGET}
-linux_support.o: assym.inc linux_assym.h
+linux_support.o: linux_support.s assym.inc linux_assym.h
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
- ${.IMPSRC} -o ${.TARGET}
+ ${.ALLSRC:M*.s} ${.TARGET}
linux_genassym.o: offset.inc
${CC} -c ${CFLAGS:N-flto:N-fno-common} -fcommon ${.IMPSRC}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 21, 7:48 AM (4 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37025149
Default Alt Text
D35864.id108552.diff (1 KB)
Attached To
Mode
D35864: linux64: list linux_support.s explicitly
Attached
Detach File
Event Timeline
Log In to Comment