diff options
author | andreast <andreast@FreeBSD.org> | 2011-11-19 19:25:57 +0000 |
---|---|---|
committer | andreast <andreast@FreeBSD.org> | 2011-11-19 19:25:57 +0000 |
commit | cb931ce6939d6d325cdae98a5edf0c0784771bfd (patch) | |
tree | fa27801bdff0526227dfcb03ba9fc656872d9d8f /sys/boot | |
parent | 8a4f05dc7cef04d12f90ae96a9968ec29062a773 (diff) | |
download | FreeBSD-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 'sys/boot')
-rw-r--r-- | sys/boot/ofw/Makefile.inc | 2 | ||||
-rw-r--r-- | sys/boot/powerpc/Makefile.inc | 2 | ||||
-rw-r--r-- | sys/boot/uboot/Makefile.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/ofw/Makefile.inc b/sys/boot/ofw/Makefile.inc index dab65e5..e67c0dc 100644 --- a/sys/boot/ofw/Makefile.inc +++ b/sys/boot/ofw/Makefile.inc @@ -2,7 +2,7 @@ .if ${MACHINE_ARCH} == "powerpc64" CFLAGS+= -m32 -mcpu=powerpc -LDFLAGS+= -m elf32ppc +LDFLAGS+= -m elf32ppc_fbsd .endif .include "../Makefile.inc" diff --git a/sys/boot/powerpc/Makefile.inc b/sys/boot/powerpc/Makefile.inc index dab65e5..e67c0dc 100644 --- a/sys/boot/powerpc/Makefile.inc +++ b/sys/boot/powerpc/Makefile.inc @@ -2,7 +2,7 @@ .if ${MACHINE_ARCH} == "powerpc64" CFLAGS+= -m32 -mcpu=powerpc -LDFLAGS+= -m elf32ppc +LDFLAGS+= -m elf32ppc_fbsd .endif .include "../Makefile.inc" diff --git a/sys/boot/uboot/Makefile.inc b/sys/boot/uboot/Makefile.inc index dab65e5..e67c0dc 100644 --- a/sys/boot/uboot/Makefile.inc +++ b/sys/boot/uboot/Makefile.inc @@ -2,7 +2,7 @@ .if ${MACHINE_ARCH} == "powerpc64" CFLAGS+= -m32 -mcpu=powerpc -LDFLAGS+= -m elf32ppc +LDFLAGS+= -m elf32ppc_fbsd .endif .include "../Makefile.inc" |