FreeBSD Bugzilla – Attachment 164411 Details for
Bug 205455
11.0-CURRENT sys/boot/ofw/Makfile.inc , powerpc/Makefile , and uboot/Makefile.inc LDFLAGS patches for powerpc64: use -Wl, (enabled using xtoolchain based builds)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svnlite diff output for sys/boot/. . .
sys_boot_LDFLAGS_patch (text/plain), 1.18 KB, created by
Mark Millard
on 2015-12-20 09:05:56 UTC
(
hide
)
Description:
svnlite diff output for sys/boot/. . .
Filename:
MIME Type:
Creator:
Mark Millard
Created:
2015-12-20 09:05:56 UTC
Size:
1.18 KB
patch
obsolete
>Index: /usr/src/sys/boot/ofw/Makefile.inc >=================================================================== >--- /usr/src/sys/boot/ofw/Makefile.inc (revision 292413) >+++ /usr/src/sys/boot/ofw/Makefile.inc (working copy) >@@ -2,7 +2,7 @@ > > .if ${MACHINE_ARCH} == "powerpc64" > CFLAGS+= -m32 -mcpu=powerpc >-LDFLAGS+= -m elf32ppc_fbsd >+LDFLAGS+= -Wl,-m -Wl,elf32ppc_fbsd > .endif > > .include "../Makefile.inc" >Index: /usr/src/sys/boot/powerpc/Makefile.inc >=================================================================== >--- /usr/src/sys/boot/powerpc/Makefile.inc (revision 292413) >+++ /usr/src/sys/boot/powerpc/Makefile.inc (working copy) >@@ -2,6 +2,7 @@ > > .if ${MACHINE_ARCH} == "powerpc64" > CFLAGS+= -m32 -mcpu=powerpc >+LDFLAGS+= -Wl,-m -Wl,elf32ppc_fbsd > .endif > > .include "../Makefile.inc" >Index: /usr/src/sys/boot/uboot/Makefile.inc >=================================================================== >--- /usr/src/sys/boot/uboot/Makefile.inc (revision 292413) >+++ /usr/src/sys/boot/uboot/Makefile.inc (working copy) >@@ -2,7 +2,7 @@ > > .if ${MACHINE_ARCH} == "powerpc64" > CFLAGS+= -m32 -mcpu=powerpc >-LDFLAGS+= -m elf32ppc_fbsd >+LDFLAGS+= -Wl,-m -Wl,elf32ppc_fbsd > .endif > > .include "../Makefile.inc"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205455
: 164411