summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 18:06:38 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 18:06:38 +0000
commit76b321901e9738ed7f461424d487da138969be2a (patch)
tree7e0dac8ec7cf16743f71104007879250eb04107d /sys/conf/files.amd64
parent196dc3bdfb2b5eaeb061c76c712c6443e89dc419 (diff)
downloadFreeBSD-src-76b321901e9738ed7f461424d487da138969be2a.zip
FreeBSD-src-76b321901e9738ed7f461424d487da138969be2a.tar.gz
MFC r283506 (by rodrigc):
For objcopy, use --input-target and --output-target When building with gcc 4.9 and binutils 2.25, using '--input' and '--output' returns an error message: objcopy: option `--input' is ambiguous
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 01c20ae..d1e40c4 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -28,7 +28,7 @@ linux32_locore.o optional compat_linux32 \
#
linux32_vdso.so optional compat_linux32 \
dependency "linux32_locore.o" \
- compile-with "${OBJCOPY} --input binary --output elf64-x86-64-freebsd --binary-architecture i386 linux32_locore.o ${.TARGET}" \
+ compile-with "${OBJCOPY} --input-target binary --output-target elf64-x86-64-freebsd --binary-architecture i386 linux32_locore.o ${.TARGET}" \
no-implicit-rule \
clean "linux32_vdso.so"
#
OpenPOWER on IntegriCloud