diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2018-06-12 13:32:42 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2018-06-12 13:32:42 +0000 |
| commit | 0f696968249784936f98f70fe497c18a78d296f9 (patch) | |
| tree | 70627f2ff6d245132e7497d89e3c866a65df0f88 /sys/modules/linux64 | |
| parent | 5bede50958ba980f04505cbdc9c363245e687883 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux64')
| -rw-r--r-- | sys/modules/linux64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile index 78dbd945a3ecd..17f2f87e843b7 100644 --- a/sys/modules/linux64/Makefile +++ b/sys/modules/linux64/Makefile @@ -36,7 +36,7 @@ linux_locore.o: linux_locore.s linux_assym.h ${.IMPSRC} -o ${.TARGET} ${VDSO}.so: linux_locore.o - ${OBJCOPY} --input-target binary --output-target elf64-x86-64-freebsd \ + ${OBJCOPY} --input-target binary --output-target elf64-x86-64 \ -S -g --binary-architecture i386:x86-64 linux_locore.o ${.TARGET} strip -N _binary_linux_locore_o_size ${.TARGET} |
