Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167975391
D5444.id13730.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
D5444.id13730.diff
View Options
Index: sys/modules/linux/Makefile
===================================================================
--- sys/modules/linux/Makefile
+++ sys/modules/linux/Makefile
@@ -53,7 +53,7 @@
-pipe -I. -I${SYSDIR} -Werror -Wall -fno-common -nostdinc -nostdlib \
-fno-omit-frame-pointer \
-Wl,-T${.CURDIR}/../../${MACHINE_CPUARCH}/linux${SFX}/${VDSO}.lds.s \
- -Wl,-soname=${VDSO}.so.1,--eh-frame-hdr,-fPIC,-warn-common \
+ -Wl,-soname=${VDSO}.so.1,--eh-frame-hdr,-warn-common \
${.IMPSRC} -o ${.TARGET}
linux${SFX}_support.o: linux${SFX}_assym.h assym.s
Index: sys/modules/linux64/Makefile
===================================================================
--- sys/modules/linux64/Makefile
+++ sys/modules/linux64/Makefile
@@ -29,7 +29,7 @@
${CC} -x assembler-with-cpp -DLOCORE -shared -mcmodel=small \
-pipe -I. -I${SYSDIR} -Werror -Wall -fno-common -nostdinc \
-Wl,-T${.CURDIR}/../../${MACHINE_CPUARCH}/linux/${VDSO}.lds.s \
- -Wl,-soname=${VDSO}.so.1,-fPIC,-warn-common -nostdlib \
+ -Wl,-soname=${VDSO}.so.1,-warn-common -nostdlib \
${.IMPSRC} -o ${.TARGET}
${VDSO}.so: linux_locore.o
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 26, 5:24 PM (6 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37314966
Default Alt Text
D5444.id13730.diff (1 KB)
Attached To
Mode
D5444: remove -fPIC from linux modules link commandline
Attached
Detach File
Event Timeline
Log In to Comment