mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 16:47:37 +00:00
Better big-endian support wording in Makefile
Suggested by Joona. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+4
-4
@@ -40,11 +40,11 @@ ICCFLAGS-OSX += -DNDEBUG
|
|||||||
|
|
||||||
|
|
||||||
### ==========================================================================
|
### ==========================================================================
|
||||||
### Enable/disable compile for a big-endian CPU, disabled by default
|
### Remove below comments to compile for a big-endian machine
|
||||||
### ==========================================================================
|
### ==========================================================================
|
||||||
GCCFLAGS += -DNBIGENDIAN
|
#GCCFLAGS += -DBIGENDIAN
|
||||||
ICCFLAGS += -DNBIGENDIAN
|
#ICCFLAGS += -DBIGENDIAN
|
||||||
ICCFLAGS-OSX += -DNBIGENDIAN
|
#ICCFLAGS-OSX += -DBIGENDIAN
|
||||||
|
|
||||||
|
|
||||||
### ==========================================================================
|
### ==========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user