diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-08-01 12:01:24 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-08-01 12:01:24 +0000 |
commit | 83907c10ed41f94bbe5ab7cdb9e2a519fb5539de (patch) | |
tree | 5cd7c1bc9c740f59c6aa66b7144f3ca80c952a74 /package/uclibc++/patches/003-cp_command.patch | |
parent | 5df254664f787096e245f36027ea77a91dc5c3e9 (diff) | |
download | mtk-20170518-83907c10ed41f94bbe5ab7cdb9e2a519fb5539de.zip mtk-20170518-83907c10ed41f94bbe5ab7cdb9e2a519fb5539de.tar.gz mtk-20170518-83907c10ed41f94bbe5ab7cdb9e2a519fb5539de.tar.bz2 |
uclibc++: update to 0.2.4
SVN-Revision: 32929
Diffstat (limited to 'package/uclibc++/patches/003-cp_command.patch')
-rw-r--r-- | package/uclibc++/patches/003-cp_command.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/uclibc++/patches/003-cp_command.patch b/package/uclibc++/patches/003-cp_command.patch deleted file mode 100644 index 53d0ed7..0000000 --- a/package/uclibc++/patches/003-cp_command.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ur old/src/Makefile dev/src/Makefile ---- old/src/Makefile Sat Oct 14 17:49:54 2006 -+++ dev/src/Makefile Sat Oct 14 18:02:30 2006 -@@ -25,12 +25,14 @@ - - all: libgcc_eh libsupc $(EXOBJS) $(ALLBIN) - -+CP = cp -fPR -+ - install: - $(INSTALL) -d $(PREFIX)$(UCLIBCXX_RUNTIME_LIBDIR) - ifneq ($(BUILD_ONLY_STATIC_LIB),y) - $(INSTALL) -m 755 $(SHARED_FULLNAME) \ - $(PREFIX)$(UCLIBCXX_RUNTIME_LIBDIR) -- cp -fa $(SHARED_MAJORNAME) $(LIBNAME).so $(PREFIX)$(UCLIBCXX_RUNTIME_LIBDIR) -+ $(CP) $(SHARED_MAJORNAME) $(LIBNAME).so $(PREFIX)$(UCLIBCXX_RUNTIME_LIBDIR) - endif - ifeq ($(BUILD_STATIC_LIB),y) - $(INSTALL) -m 644 $(LIBNAME).a $(PREFIX)$(UCLIBCXX_RUNTIME_LIBDIR) |