From: hadaq Date: Fri, 14 Oct 2011 00:29:36 +0000 (+0000) Subject: bugfix X-Git-Tag: v6.0~119 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=0f0320827f113e8a40d3d2974af4a5efad974872;p=trbnettools.git bugfix --- diff --git a/libtrbnet/Makefile b/libtrbnet/Makefile index bcbab23..8c9ea3f 100644 --- a/libtrbnet/Makefile +++ b/libtrbnet/Makefile @@ -2,10 +2,11 @@ ifdef AXIS_TOP_DIR AXIS_USABLE_LIBS = UCLIBC GLIBC include $(AXIS_TOP_DIR)/tools/build/Rules.axis + CPPFLAGS = -DETRAX else CC = gcc ifeq ($(shell uname -m), x86_64) - CPPFLAGS = -DPEXOR -DX86_64 + CPPFLAGS = -DX86_64 -DPEXOR else CPPFLAGS = -DPEXOR endif