FreeBSD Bugzilla – Attachment 192990 Details for
Bug 227918
[PATCH] remove exists check for CROSS_BINUTILS_PREFIX for external clang builds on secondary arches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to remove exists check
makefile-inc-kpsalerno.patch (text/plain), 587 bytes, created by
Kenneth Salerno
on 2018-05-02 11:04:49 UTC
(
hide
)
Description:
patch to remove exists check
Filename:
MIME Type:
Creator:
Kenneth Salerno
Created:
2018-05-02 11:04:49 UTC
Size:
587 bytes
patch
obsolete
>Index: Makefile.inc1 >=================================================================== >--- Makefile.inc1 (revision 333146) >+++ Makefile.inc1 (working copy) >@@ -564,10 +564,7 @@ > RANLIB=${XRANLIB} STRINGS=${XSTRINGS} \ > SIZE="${XSIZE}" > >-.if defined(CROSS_BINUTILS_PREFIX) && exists(${CROSS_BINUTILS_PREFIX}) >-# In the case of xdev-build tools, CROSS_BINUTILS_PREFIX won't be a >-# directory, but the compiler will look in the right place for its >-# tools so we don't need to tell it where to look. >+.if defined(CROSS_BINUTILS_PREFIX) > BFLAGS+= -B${CROSS_BINUTILS_PREFIX} > .endif >
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 227918
: 192990