FreeBSD Bugzilla – Attachment 175305 Details for
Bug 213120
typo COMPILER_VERSION in sys/boot/efi/Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for head/sys/boot/efi/Makefile
COMPILER_VERSION.patch (text/plain), 660 bytes, created by
Yuta Satoh
on 2016-09-30 14:37:24 UTC
(
hide
)
Description:
patch for head/sys/boot/efi/Makefile
Filename:
MIME Type:
Creator:
Yuta Satoh
Created:
2016-09-30 14:37:24 UTC
Size:
660 bytes
patch
obsolete
>--- Makefile.orig 2016-09-30 23:34:33.073922739 +0900 >+++ Makefile 2016-09-30 23:34:58.625360160 +0900 >@@ -4,7 +4,7 @@ > > # In-tree GCC does not support __attribute__((ms_abi)), but gcc newer > # than 4.5 supports it. >-.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 404500 >+.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500 > > .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" > .if ${MK_FDT} != "no" >@@ -18,6 +18,6 @@ > SUBDIR+= libefi loader boot1 > .endif > >-.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 404500 >+.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500 > > .include <bsd.subdir.mk>
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 213120
: 175305