sw_services:xilsecure: R5 build failure fixed
Removed individual checks for compilers from Makefile.These were causing build failure. Signed-off-by: Bhavik Ameta <bameta@xilinx.com> Acked-by: Sarat Chand Savitala <saratcha@xilinx.com>
This commit is contained in:
parent
eff8fdf3f3
commit
2491b4d9a2
1 changed files with 1 additions and 17 deletions
|
@ -35,23 +35,7 @@ ARCHIVER=
|
|||
CP=cp
|
||||
COMPILER_FLAGS=
|
||||
|
||||
ifeq ($(notdir $(COMPILER)) , arm-xilinx-eabi-gcc)
|
||||
EXTRA_ARCHIVE_FLAGS=rc
|
||||
else
|
||||
ifeq ($(notdir $(COMPILER)) , aarch64-none-elf-gcc)
|
||||
EXTRA_ARCHIVE_FLAGS=rc
|
||||
else
|
||||
ifeq ($(notdir $(COMPILER)) , arm-none-eabi-gcc)
|
||||
EXTRA_ARCHIVE_FLAGS=rc
|
||||
else
|
||||
EXTRA_ARCHIVE_FLAGS=--create
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(COMPILER) , mb-gcc)
|
||||
EXTRA_ARCHIVE_FLAGS=rc
|
||||
endif
|
||||
EXTRA_ARCHIVE_FLAGS=rc
|
||||
|
||||
RELEASEDIR=../../../lib
|
||||
INCLUDEDIR=../../../include
|
||||
|
|
Loading…
Add table
Reference in a new issue