Bug 213120

Summary: typo COMPILER_VERSION in sys/boot/efi/Makefile
Product: Base System Reporter: Yuta Satoh <nigoro.dev>
Component: kernAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for head/sys/boot/efi/Makefile none

Description Yuta Satoh 2016-09-30 14:37:24 UTC
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
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2016-10-22 20:00:50 UTC
fixed thanks
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-10-22 20:01:20 UTC
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
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-10-25 14:59:22 UTC
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