X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=Makefile.target;h=d407129cf7e4fdbe72dd9785bcac6a5dc2746aef;hp=6da0ecfa4bb439066142467200e5696ba2ce1e8b;hb=9fa824211a5dcb9a87d18b45d604599748dbff6c;hpb=43144347afc26dd4ebcf8c56579c8225d9bcbb16 diff --git a/Makefile.target b/Makefile.target index 6da0ecf..d407129 100644 --- a/Makefile.target +++ b/Makefile.target @@ -10,13 +10,13 @@ DEFS := $(EXTRADEFS) ifeq ($(ARCH),x86) CROSS := i686-polintos- -DEFS += -DBITFIELD_LE +DEFS += -DBITFIELD_LE -D__LITTLE_ENDIAN VALIDARCH := yes endif ifeq ($(ARCH),x64) CROSS := x86_64-polintos- -DEFS += -DBITFIELD_LE +DEFS += -DBITFIELD_LE -D__LITTLE_ENDIAN VALIDARCH := yes endif