Coresight : Modified makefile according to latest compiler
This patch modifies the makefile by removing the unnecessary compiler checks. With the latest compiler names, this check is not required. Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com> Acked By: Sadanand Mutyala <sadanan@xilinx.com>
This commit is contained in:
parent
0ede20560d
commit
0546b2b8db
3 changed files with 2 additions and 4 deletions
|
@ -8,10 +8,6 @@ LIB=libxil.a
|
|||
CC_FLAGS = $(COMPILER_FLAGS)
|
||||
ECC_FLAGS = $(EXTRA_COMPILER_FLAGS)
|
||||
|
||||
ifeq ($(notdir $(COMPILER)), arm-none-eabi-gcc)
|
||||
ECC_FLAGS += -mcpu=cortex-r5
|
||||
endif
|
||||
|
||||
RELEASEDIR=../../../lib
|
||||
INCLUDEDIR=../../../include
|
||||
INCLUDES=-I./. -I${INCLUDEDIR}
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
* ----- ----- -------- -----------------------------------------------
|
||||
* 1.00 kvn 02/14/15 First release
|
||||
* 1.1 kvn 06/12/15 Add support for Zynq Ultrascale+ MP.
|
||||
* kvn 08/18/15 Modified Makefile according to compiler changes.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
* ----- ----- -------- -----------------------------------------------
|
||||
* 1.00 kvn 02/14/15 First release
|
||||
* 1.1 kvn 06/12/15 Add support for Zynq Ultrascale+ MP.
|
||||
* kvn 08/18/15 Modified Makefile according to compiler changes.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue