Skip to content
  • Brad King's avatar
    Support GNU/kFreeBSD · 451d68b7
    Brad King authored
    GNU/kFreeBSD = FreeBSD kernel + userspace with glibc.  Linux.cmake
    doesn't contain anything too OS specific, so we can forward to it.
    
    Here are outputs of /bin/uname on author's machine:
      uname -p ==> i386
      uname -o ==> GNU/kFreeBSD
      uname -s ==> GNU/kFreeBSD
      uname -r ==> 5.4-1-686
    
    Patch from Modestas Vainius.  See issue #9659.
    451d68b7