summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2011-11-19 19:25:57 +0000
committerandreast <andreast@FreeBSD.org>2011-11-19 19:25:57 +0000
commitcb931ce6939d6d325cdae98a5edf0c0784771bfd (patch)
treefa27801bdff0526227dfcb03ba9fc656872d9d8f /Makefile.inc1
parent8a4f05dc7cef04d12f90ae96a9968ec29062a773 (diff)
downloadFreeBSD-src-cb931ce6939d6d325cdae98a5edf0c0784771bfd.zip
FreeBSD-src-cb931ce6939d6d325cdae98a5edf0c0784771bfd.tar.gz
Rename the linker emulation name for powerpc and powerc64. This is needed that
we can also use the upstream binutils linker where we have to have a unique name for the FreeBSD emulation.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 2f4f84c..ed4ad3c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -291,7 +291,7 @@ LIB32CPUFLAGS= -mcpu=powerpc
LIB32CPUFLAGS= -mcpu=${TARGET_CPUTYPE}
.endif
LIB32WMAKEENV= MACHINE=powerpc MACHINE_ARCH=powerpc \
- LD="${LD} -m elf32ppc"
+ LD="${LD} -m elf32ppc_fbsd"
.endif
OpenPOWER on IntegriCloud