use plain 'ar' for now as the $(AR) gets set to the cross-compiler version...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8101 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4d66fc8dc2
commit
10a1eac917
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ OBJS = alloc.o io.o n2b_99.o n2b_d.o n2b_ds.o n2b_to.o n2d_99.o \
|
|||
ucl_dll.o ucl_init.o ucl_ptr.o ucl_str.o ucl_util.o
|
||||
|
||||
$(TARGET): $(OBJS)
|
||||
$(AR) ruv $(TARGET) $(OBJS)
|
||||
ar ruv $(TARGET) $(OBJS)
|
||||
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue