FreeBSD Bugzilla – Attachment 153109 Details for
Bug 197581
devel/psptoolchain-binutils creates directories for arm not armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for armv6
Makefile.patch (text/plain), 752 bytes, created by
Mikael Urankar
on 2015-02-17 15:28:25 UTC
(
hide
)
Description:
fix for armv6
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-02-17 15:28:25 UTC
Size:
752 bytes
patch
obsolete
>--- Makefile.orig (revision 379090) >+++ Makefile (working copy) >@@ -18,7 +18,6 @@ > USE_GCC= 4.8 > > HAS_CONFIGURE= yes >-CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} > CONFIGURE_ARGS= --prefix=${PREFIX} \ > --target="psp" \ > --enable-install-libbfd \ >@@ -27,6 +26,14 @@ > --mandir=${PREFIX}/man > PLIST_SUB= CONFIGURE_TARGET="${CONFIGURE_TARGET}" > >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH} == "amd64" >+CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} >+.elif ${ARCH} == "armv6" >+CONFIGURE_TARGET= ${ARCH:S/armv6/arm/}-unknown-${OPSYS:tl}${OSREL} >+.endif >+ > # Disable installation of .info files and libiberty. > post-patch: > @${REINPLACE_CMD} -E 's/^(install-data-am:)(.*)install-info-am(.*)/\1 \2 \3/' \
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 197581
:
153109
|
153151