diff options
| author | Jon Loeliger <jdl@freescale.com> | 2006-10-10 17:21:42 -0500 |
|---|---|---|
| committer | Jon Loeliger <jdl@freescale.com> | 2006-10-10 17:21:42 -0500 |
| commit | daaba9859b0b94571dc3e45ad0c26e136426b351 (patch) | |
| tree | 688c9068794d45f78f9347cb47b7fba55a4b10be /lib_ppc | |
| parent | 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e (diff) | |
| parent | a3bb7bfc06a9ccb7e2f91ccc54a90ae69177214f (diff) | |
| download | olio-uboot-2014.01-daaba9859b0b94571dc3e45ad0c26e136426b351.tar.xz olio-uboot-2014.01-daaba9859b0b94571dc3e45ad0c26e136426b351.zip | |
Merge branch 'master' of http://www.denx.de/git/u-boot
Diffstat (limited to 'lib_ppc')
| -rw-r--r-- | lib_ppc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/Makefile b/lib_ppc/Makefile index bae8cbc20..2ba034f1e 100644 --- a/lib_ppc/Makefile +++ b/lib_ppc/Makefile @@ -34,7 +34,7 @@ SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) ######################################################################### |