mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 01:03:09 +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:
parent
7c0cb8e73d
commit
dae7cacd3b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
||||
### ==========================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue