]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
bugfix
authorhadaq <hadaq>
Fri, 14 Oct 2011 00:29:36 +0000 (00:29 +0000)
committerhadaq <hadaq>
Fri, 14 Oct 2011 00:29:36 +0000 (00:29 +0000)
libtrbnet/Makefile

index bcbab23bade097a583eeadbd6551acdbb4538434..8c9ea3f334fefabe2ce2262c79f91a435745bc9c 100644 (file)
@@ -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