https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213120
Bug ID: 213120
Summary: typo COMPILER_VERSION in sys/boot/efi/Makefile
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Created attachment 175305
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175305&action=edit
patch for head/sys/boot/efi/Makefile
typo in sys/boot/efi/Makefile
COMPILER_VERSION of gcc 4.5 is 40500.
${COMPILER_VERSION} >= 404500 -> ${COMPILER_VERSION} >= 40500
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"