Skip to content

Commit

Permalink
Merge pull request #32 from ginggs/kfreebsd-hurd
Browse files Browse the repository at this point in the history
Build on GNU/kfreeBSD and GNU/Hurd
  • Loading branch information
ViralBShah authored and ararslan committed Feb 3, 2017
1 parent 08d294a commit 16fccd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/specfun/fpmath.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
# define _FPMATH_LITTLE_ENDIAN __ORDER_LITTLE_ENDIAN__
# define _FPMATH_BYTE_ORDER __BYTE_ORDER__
// If not defined by the preprocessor, let us try to do it ourselves.
// Linux
#elif defined(__linux)
// GNU C Library (GLIBC) - Linux, GNU/kFreeBSD, GNU/Hurd, etc.
#elif defined(__GLIBC__)
# include <features.h>
# include <endian.h>
# define _FPMATH_LITTLE_ENDIAN __LITTLE_ENDIAN
Expand Down

0 comments on commit 16fccd7

Please sign in to comment.