FreeBSD Bugzilla – Attachment 185869 Details for
Bug 221901
[patch] adapt lang/ocaml to new 'armv7' architecture
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to lang/ocaml
ocaml (text/plain), 685 bytes, created by
Mark Linimon
on 2017-08-29 12:17:59 UTC
(
hide
)
Description:
patch to lang/ocaml
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2017-08-29 12:17:59 UTC
Size:
685 bytes
patch
obsolete
>Index: lang/ocaml/Makefile >=================================================================== >--- lang/ocaml/Makefile (revision 448901) >+++ lang/ocaml/Makefile (working copy) >@@ -68,7 +68,7 @@ > PLIST_SUB+= DOC="@comment " > .endif > >-.if ${ARCH} == armv6 >+.if ${ARCH} == armv6 || ${ARCH} == armv7 > CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS} -meabi=5" > .else > CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS}" >@@ -98,7 +98,7 @@ > .include <bsd.port.pre.mk> > .include "${FILESDIR}/manfiles" > >-OCAML_ARCH= ${ARCH:S/x86_64/amd64/:S/powerpc/power/:S/armv6/arm/} >+OCAML_ARCH= ${ARCH:S/x86_64/amd64/:S/powerpc/power/:C/armv*/arm/} > > .if defined(NO_PROFILE) || ${OCAML_ARCH:Mpower} || ${OCAML_ARCH:Mamd64}
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 221901
:
185869
|
185896
|
187048
|
188868