bsp: r5: change in makefile for compiler check
Modified cortexr5/gcc/Makefile to keep a correct check of a compiler to update ECC_FLAGS correctly. Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com> Reviewed-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
2645d56b26
commit
6e145b38ae
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ LIB=libxil.a
|
|||
CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS))
|
||||
ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS))
|
||||
|
||||
ifeq ($(notdir $(CC))), armr5-none-eabi-gcc)
|
||||
ifeq (($(notdir $(CC))), armr5-none-eabi-gcc)
|
||||
ECC_FLAGS += -nostartfiles\
|
||||
+= -mfloat-abi=soft
|
||||
-mfloat-abi=soft
|
||||
endif
|
||||
|
||||
RELEASEDIR=../../../lib
|
||||
|
|
Loading…
Add table
Reference in a new issue