FreeBSD Bugzilla – Attachment 156801 Details for
Bug 200102
lang/ocaml fails to build on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
softvfp removal
lang_ocaml.patch (text/plain), 609 bytes, created by
Mikael Urankar
on 2015-05-15 15:15:52 UTC
(
hide
)
Description:
softvfp removal
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-05-15 15:15:52 UTC
Size:
609 bytes
patch
obsolete
>--- Makefile.orig (revision 385292) >+++ Makefile (working copy) >@@ -63,7 +63,7 @@ > .endif > > .if ${ARCH} == armv6 >-CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS} -mfpu=softvfp -meabi=5" >+CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS} -meabi=5" > .else > CONFIGURE_ARGS+= -as "${AS} ${ASFLAGS}" > .endif >@@ -94,7 +94,7 @@ > > OCAML_ARCH= ${ARCH:S/x86_64/amd64/:S/powerpc/power/:S/armv6/arm/} > >-.if defined(NO_PROFILE) || ${OCAML_ARCH} == power || ${OCAML_ARCH} == amd64 >+.if defined(NO_PROFILE) || ${OCAML_ARCH} == power || ${OCAML_ARCH} == amd64 || ${OCAML_ARCH} == arm > PLIST_SUB+= PROF="@comment " > .else > PLIST_SUB+= PROF=""
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 200102
:
156613
| 156801