[Bug 213120] typo COMPILER_VERSION in sys/boot/efi/Makefile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 30 14:37:24 UTC 2016


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 at FreeBSD.org
          Reporter: nigoro.dev at 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.


More information about the freebsd-bugs mailing list