| Summary: | typo COMPILER_VERSION in sys/boot/efi/Makefile | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Yuta Satoh <nigoro.dev> | ||||
| Component: | kern | Assignee: | Warner Losh <imp> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | Keywords: | patch | ||||
| Priority: | --- | ||||||
| Version: | CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
fixed thanks A commit references this bug: Author: bapt Date: Sat Oct 22 20:00:40 UTC 2016 New revision: 307787 URL: https://svnweb.freebsd.org/changeset/base/307787 Log: Fix typo in the COMPILER_VERSION check PR: 213120 Submitted by: Yuta Satoh <nigoro.dev@gmail.com> MFC after: 3 days Changes: head/sys/boot/efi/Makefile A commit references this bug: Author: bapt Date: Tue Oct 25 14:58:49 UTC 2016 New revision: 307916 URL: https://svnweb.freebsd.org/changeset/base/307916 Log: MFC r307787: Fix typo in the COMPILER_VERSION check PR: 213120 Submitted by: Yuta Satoh <nigoro.dev@gmail.com> Changes: _U stable/11/ stable/11/sys/boot/efi/Makefile |
Created attachment 175305 [details] 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