- 03 May, 2016 1 commit
-
-
Bernhard Nortmann authored
For Linux, this requires additional #defines, see https://gist.github.com/panzi/6856583#gistcomment-1656524 Placing those #defines into portable_endian.h would mean we depend on the specific order of #includes (whatever pulls in endian.h first, including other system includes). Avoid this by using symbols provided "globally" via the Makefile. Also nuke the _NETBSD_SOURCE definition in fel.c Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
-
- 20 Apr, 2016 1 commit
-
-
Bernhard Nortmann authored
Our previous include file only supplied a very limited set of wrapper redefinitions for platforms that define __APPLE__ (i.e. Mac OS). In particular, some needed big endian conversions were missing, causing "symbol(s) not found" errors when linking. Instead of patching the existing file, let's do away with it completely and replace it by something more sophisticated. The portable_endian.h used is in the public domain, and was taken from https://gist.github.com/panzi/6856583 Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
-
- 13 Sep, 2015 1 commit
-
-
Bernhard Nortmann authored
With glibc 2.20 (and newer), defining _BSD_SOURCE (only) will now generate compiler warnings similar to: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] See the glibc 2.20 release notes, https://lwn.net/Articles/611162/ . This patch adds the required _DEFAULT_SOURCE. Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de> Acked-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
-
- 29 Jan, 2014 1 commit
-
-
Michal Suchanek authored
Signed-off-by: Michal Suchanek <hramrach@gmail.com> Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
-
- 12 Apr, 2013 1 commit
-
-
Angus Gratton authored
-
- 21 Jan, 2013 1 commit
-
-
Henrik Nordstrom authored
-
- 29 Sep, 2012 1 commit
-
-
Alejandro Mery authored
and remove unused macro
-
- 04 Sep, 2012 2 commits
-
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
-
- 07 Aug, 2012 1 commit
-
-
Alejandro Mery authored
-
- 31 Jul, 2012 7 commits
-
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
-
Alejandro Mery authored
-
Alejandro Mery authored
-
Alejandro Mery authored
-
Alejandro Mery authored
-