[Bug 210857] benchmarks/izone: 'CACHE_LINE_SIZE' macro redefined (overriding machine/param.h ) (armv6 -mcpu=cortex-a7 for/on rpi2)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 5 21:05:04 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210857

            Bug ID: 210857
           Summary: benchmarks/izone: 'CACHE_LINE_SIZE' macro redefined
                    (overriding machine/param.h ) (armv6 -mcpu=cortex-a7
                    for/on rpi2)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: markmi at dsl-only.net

As reported by the compiler doing the build:

iozone.c:762:9: warning: 'CACHE_LINE_SIZE' macro redefined [-Wmacro-redefined]
#define CACHE_LINE_SIZE 32
        ^
/usr/include/machine/param.h:109:9: note: previous definition is here
#define CACHE_LINE_SIZE         (1 << CACHE_LINE_SHIFT)
        ^

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list