mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-27 04:26:24 +08:00
Better big-endian support wording in Makefile
Suggested by Joona. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -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
|
||||
ICCFLAGS += -DNBIGENDIAN
|
||||
ICCFLAGS-OSX += -DNBIGENDIAN
|
||||
#GCCFLAGS += -DBIGENDIAN
|
||||
#ICCFLAGS += -DBIGENDIAN
|
||||
#ICCFLAGS-OSX += -DBIGENDIAN
|
||||
|
||||
|
||||
### ==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user