X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=Makefile.target;h=0c09d332f92a69aaffcf3942a49f1d5b692cc125;hp=19c773cd5bf7c9cbae04efb7d8c5bd0f7356b293;hb=cbc65abe11c50aed3d5e7be7d1e736d5ced4f4e8;hpb=139f54779f6395a1828261423cd8013ca940ff36 diff --git a/Makefile.target b/Makefile.target index 19c773c..0c09d33 100644 --- a/Makefile.target +++ b/Makefile.target @@ -11,12 +11,14 @@ DEFS := $(EXTRADEFS) ifeq ($(ARCH),x86) CROSS := i686-polintos- DEFS += -DBITFIELD_LE -D__LITTLE_ENDIAN +TFLAGS += -m32 VALIDARCH := yes endif ifeq ($(ARCH),x64) CROSS := x86_64-polintos- DEFS += -DBITFIELD_LE -D__LITTLE_ENDIAN +TFLAGS += -m64 VALIDARCH := yes endif