From 0f0320827f113e8a40d3d2974af4a5efad974872 Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 14 Oct 2011 00:29:36 +0000 Subject: [PATCH] bugfix --- libtrbnet/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.0