[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1214027479-31622-1-git-send-email-vapier@gentoo.org>
Date: Sat, 21 Jun 2008 01:51:19 -0400
From: Mike Frysinger <vapier@...too.org>
To: stephen.hemminger@...tta.com, netdev@...r.kernel.org
Cc: Bertrand Jacquin <beber@...eeweb.net>
Subject: [PATCH] netem: fix cross-compiling failure
From: Bertrand Jacquin <beber@...eeweb.net>
The programs in netem are compiled and run on the build machine, but they
use the CFLAGS that are meant for the target system and often times, these
are incompatible.
Signed-off-by: Mike Frysinger <vapier@...too.org>
---
netem/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/netem/Makefile b/netem/Makefile
index 3732160..2d7d68b 100644
--- a/netem/Makefile
+++ b/netem/Makefile
@@ -2,6 +2,7 @@ DISTGEN = maketable normal pareto paretonormal
DISTDATA = normal.dist pareto.dist paretonormal.dist experimental.dist
HOSTCC ?= $(CC)
+CCOPTS = $(CBUILD_CFLAGS)
LDLIBS += -lm
all: $(DISTGEN) $(DISTDATA)
--
1.5.5.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists