xilffs: Used --create option for armcc compiler.
This patch use --create option for armcc compiler instead of rc option. Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com> Reviewed-by: Harini Katakam <harinik@xilinx.com>
This commit is contained in:
parent
15a5404a04
commit
09cd729c86
1 changed files with 4 additions and 0 deletions
|
@ -37,9 +37,13 @@ COMPILER_FLAGS=
|
|||
|
||||
ifeq ($(notdir $(COMPILER)) , iccarm)
|
||||
EXTRA_ARCHIVE_FLAGS=--create
|
||||
else
|
||||
ifeq ($(notdir $(COMPILER)) , armcc)
|
||||
EXTRA_ARCHIVE_FLAGS=--create
|
||||
else
|
||||
EXTRA_ARCHIVE_FLAGS=rc
|
||||
endif
|
||||
endif
|
||||
|
||||
RELEASEDIR=../../../lib
|
||||
INCLUDEDIR=../../../include
|
||||
|
|
Loading…
Add table
Reference in a new issue