diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2017-05-28 07:37:40 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2017-05-28 07:37:40 +0000 |
| commit | 1a8ea9fb854bdeac87800c7b9ba87fac5011d978 (patch) | |
| tree | df1c64d295e40f698642e52c6a998d6344240dd0 /sys/modules/linux64 | |
| parent | dedafe6447cc1bee6f6dbe04ce4fe84af1c21780 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux64')
| -rw-r--r-- | sys/modules/linux64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile index ac40344edd01..a33ae54f760d 100644 --- a/sys/modules/linux64/Makefile +++ b/sys/modules/linux64/Makefile @@ -38,6 +38,7 @@ linux_locore.o: linux_locore.s linux_assym.h ${VDSO}.so: linux_locore.o ${OBJCOPY} --input-target binary --output-target elf64-x86-64-freebsd \ -S -g --binary-architecture i386:x86-64 linux_locore.o ${.TARGET} + strip -N _binary_linux_locore_o_size ${.TARGET} linux_support.o: assym.s linux_assym.h ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ |
