Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163418056
D35864.id108366.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.id108366.diff
View Options
Index: sys/modules/linux/Makefile
===================================================================
--- sys/modules/linux/Makefile
+++ sys/modules/linux/Makefile
@@ -102,9 +102,10 @@
${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}
+ ${SRCTOP}/sys/${MACHINE_CPUARCH}/linux${SFX}/linux${SFX}_support.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}
+ ${SRCTOP}/sys/${MACHINE}/linux/linux_support.s -o ${.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, Jul 24, 1:15 AM (15 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35422910
Default Alt Text
D35864.id108366.diff (1 KB)
Attached To
Mode
D35864: linux64: list linux_support.s explicitly
Attached
Detach File
Event Timeline
Log In to Comment