FreeBSD Bugzilla – Attachment 193189 Details for
Bug 228082
math/gmp does not compile on some ARM64 hosts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for math/gmp port rooted at /usr/ports.
ports_math_gmp.patch (text/plain), 692 bytes, created by
Curtis Villamizar
on 2018-05-08 21:07:26 UTC
(
hide
)
Description:
patch for math/gmp port rooted at /usr/ports.
Filename:
MIME Type:
Creator:
Curtis Villamizar
Created:
2018-05-08 21:07:26 UTC
Size:
692 bytes
patch
obsolete
>Index: math/gmp/Makefile >=================================================================== >--- math/gmp/Makefile (revision 468668) >+++ math/gmp/Makefile (working copy) >@@ -11,8 +11,9 @@ > > LICENSE= LGPL3 > >-OPTIONS_DEFINE= CPU_OPTS >+OPTIONS_DEFINE= CPU_OPTS AVOID_ASM > CPU_OPTS_DESC= Enable assembly optimizations for your CPU >+AVOID_ASM_DESC= Avoid assembly code that fails compile (arm,arm64) > > USES= libtool makeinfo tar:xz > HAS_CONFIGURE= yes >@@ -31,6 +32,10 @@ > > .include <bsd.port.pre.mk> > >+.if ${PORT_OPTIONS:MAVOID_ASM} >+CONFIGURE_ARGS+= --disable-assembly >+.endif >+ > .if ! ${PORT_OPTIONS:MCPU_OPTS} > CONFIGURE_ARGS+=--build=${CONFIGURE_TARGET} > .elif ${ARCH:S/64//} != ${ARCH}
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 228082
: 193189 |
193218