]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - Makefile.target
Initial struct marshalling.
[polintos/scott/priv.git] / Makefile.target
index 6da0ecfa4bb439066142467200e5696ba2ce1e8b..19c773cd5bf7c9cbae04efb7d8c5bd0f7356b293 100644 (file)
@@ -10,13 +10,13 @@ DEFS := $(EXTRADEFS)
 
 ifeq ($(ARCH),x86)
 CROSS := i686-polintos-
 
 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-
 VALIDARCH := yes
 endif
 
 ifeq ($(ARCH),x64)
 CROSS := x86_64-polintos-
-DEFS += -DBITFIELD_LE
+DEFS += -DBITFIELD_LE -D__LITTLE_ENDIAN
 VALIDARCH := yes
 endif
 
 VALIDARCH := yes
 endif
 
@@ -90,7 +90,8 @@ RANLIB := $(CROSS)ranlib
 RM := rm -f
 RMDIR := rm -rf
 LN := ln -s
 RM := rm -f
 RMDIR := rm -rf
 LN := ln -s
-IDLC := $(BASEBUILDDIR)/build/idlcomp/idlc
+IDLC_target := $(BASEBUILDDIR)/build/idlcomp/idlc
+IDLC := valgrind -q $(BASEBUILDDIR)/build/idlcomp/idlc
 TOUCH := touch
 BISON := bison
 FLEX := flex
 TOUCH := touch
 BISON := bison
 FLEX := flex