Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 14:37:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 213120] typo COMPILER_VERSION in sys/boot/efi/Makefile
Message-ID:  <bug-213120-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

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: freebsd-bugs@FreeBSD.org
          Reporter: nigoro.dev@gmail.com

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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213120-8>