Commit 0d37fcf6 authored by thomasl's avatar thomasl

ireplace = by := when it is constant


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6202 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 8e268d54
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
include $(OPENAIR_HOME)/common/utils/Makefile.inc include $(OPENAIR_HOME)/common/utils/Makefile.inc
NAS_UPDIR := $(shell /bin/pwd) NAS_UPDIR := $(shell /bin/pwd)
KERNEL_ARCH=$(shell echo `uname -m`) KERNEL_ARCH:=$(shell echo `uname -m`)
SET_X64=$(shell if [ $(KERNEL_ARCH) = 'x86_64' ]; then echo true ; fi) SET_X64:=$(shell if [ $(KERNEL_ARCH) = 'x86_64' ]; then echo true ; fi)
#################################################### ####################################################
# EXTRA COMPILER FLAGS # EXTRA COMPILER FLAGS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment