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/005-wrapper.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/005-wrapper.patch')
-rw-r--r-- | package/uclibc++/patches/005-wrapper.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/uclibc++/patches/005-wrapper.patch b/package/uclibc++/patches/005-wrapper.patch deleted file mode 100644 index b526a90..0000000 --- a/package/uclibc++/patches/005-wrapper.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN uClibc++-0.2.2-old/bin/Makefile uClibc++-0.2.2-new/bin/Makefile ---- uClibc++-0.2.2-old/bin/Makefile 2007-09-23 13:46:10.000000000 +0200 -+++ uClibc++-0.2.2-new/bin/Makefile 2007-09-23 13:47:03.000000000 +0200 -@@ -25,7 +25,7 @@ - echo 'while [ -n "$$1" ]' >> $(WRAPPER) - echo 'do' >> $(WRAPPER) - echo ' WRAPPER_OPTIONS="$$WRAPPER_OPTIONS $$1"' >> $(WRAPPER) -- echo ' if [ "$$1" = "-c" -o "$$1" = "-E" -o "$$1" = "-S" ]' >> $(WRAPPER) -+ echo ' if [ "$$1" = "-c" -o "$$1" = "-E" -o "$$1" = "-S" -o "$$1" = "-MF" ]' >> $(WRAPPER) - echo ' then' >> $(WRAPPER) - echo ' WRAPPER_INCLIB="N"' >> $(WRAPPER) - echo ' fi' >> $(WRAPPER) |