FreeBSD Bugzilla – Attachment 154821 Details for
Bug 198923
lang/gcc fails to build on armv6hf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix build on armv6hf
lang_gcc.patch (text/plain), 400 bytes, created by
Mikael Urankar
on 2015-03-26 10:40:14 UTC
(
hide
)
Description:
fix build on armv6hf
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-03-26 10:40:14 UTC
Size:
400 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 381533) >+++ Makefile (working copy) >@@ -50,6 +50,8 @@ > > .if ${ARCH} == "amd64" > CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} >+.elif ${ARCH} == "armv6" >+CONFIGURE_TARGET= ${MACHINE_ARCH}-portbld-${OPSYS:tl}${OSREL} > .else > CONFIGURE_TARGET= ${ARCH}-portbld-${OPSYS:tl}${OSREL} > .endif
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 198923
: 154821