FreeBSD Bugzilla – Attachment 152978 Details for
Bug 197650
devel/zpu-gcc chokes on CC=/nxb-bin/usr/bin/cc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Support full path to cc and make for external toolchains
zpu-gcc_exttool_chain.diff (text/plain), 676 bytes, created by
Sean Bruno
on 2015-02-14 18:00:20 UTC
(
hide
)
Description:
Support full path to cc and make for external toolchains
Filename:
MIME Type:
Creator:
Sean Bruno
Created:
2015-02-14 18:00:20 UTC
Size:
676 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 378979) >+++ Makefile (working copy) >@@ -23,9 +23,9 @@ > zpuc/gccint > > post-patch: >- @${REINPLACE_CMD} -e 's/%%CC%%/${CC}/' ${WRKSRC}/build.sh >+ @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|' ${WRKSRC}/build.sh > ${CP} ${FILESDIR}/install.sh ${WRKSRC} >- @${REINPLACE_CMD} -e 's/%%MAKE_CMD%%/${MAKE_CMD}/' ${WRKSRC}/build.sh \ >+ @${REINPLACE_CMD} -e 's|%%MAKE_CMD%%|${MAKE_CMD}|' ${WRKSRC}/build.sh \ > ${WRKSRC}/install.sh > @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/build.sh > @${REINPLACE_CMD} -e 's|%%DESTDIR%%|${STAGEDIR}|g' ${WRKSRC}/gcc/Makefile.in
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 197650
: 152978