From 6a7f138319c1a055c4c1e035ad697dc624762152 Mon Sep 17 00:00:00 2001
From: thomasl <thomasl@eurecom.fr>
Date: Tue, 9 Dec 2014 11:59:52 +0000
Subject: [PATCH] iperformance: replace = by := when it is constant shell call

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6200 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 common/utils/Makefile.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/utils/Makefile.inc b/common/utils/Makefile.inc
index 68a1aa36e4..0a62f1b260 100644
--- a/common/utils/Makefile.inc
+++ b/common/utils/Makefile.inc
@@ -1,7 +1,7 @@
 export KERNEL_DIR=/lib/modules/$(shell uname -r)/
-CC=gcc
-CCC=gcc
-linux = $(shell if [ `uname` = "Linux" ] ; then echo "1" ; else echo "0" ; fi)
+CC=gcc-4.8
+CCC=gcc-4.8
+linux := $(shell if [ `uname` = "Linux" ] ; then echo "1" ; else echo "0" ; fi)
 
 #CFLAGS += -std=gnu99 
 CFLAGS += -Wall -g -ggdb -Wstrict-prototypes -fno-strict-aliasing
-- 
GitLab