diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-05-25 01:07:55 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-05-25 01:07:55 +0000 |
| commit | c5d87f3327cbfbaa45f292af7a232bb34bdc227d (patch) | |
| tree | ccd475f61491625d81b9f7982d243db0dca23540 /sys/modules/linux | |
| parent | 37c1967c5b0990ada472f2ee545940c49330cfbe (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index bbd9ff837f76..e887290260e5 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -62,11 +62,11 @@ linux${SFX}_support.o: linux${SFX}_assym.h assym.s .if ${MACHINE_CPUARCH} == "amd64" ${VDSO}.so: linux${SFX}_locore.o - ${OBJCOPY} --input binary --output elf64-x86-64-freebsd \ + ${OBJCOPY} --input-target binary --output-target elf64-x86-64-freebsd \ --binary-architecture i386 linux${SFX}_locore.o ${.TARGET} .else ${VDSO}.so: linux${SFX}_locore.o - ${OBJCOPY} --input binary --output elf32-i386-freebsd \ + ${OBJCOPY} --input-target binary --output-target elf32-i386-freebsd \ --binary-architecture i386 linux${SFX}_locore.o ${.TARGET} .endif |
