From cb966d7feb89dd1ad811502c3f2aa1d37a503329 Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Tue, 6 Mar 2012 19:52:11 +0100 Subject: cpptasks: Cleanup patch file and move single patches to obsolete for clarification --- .../lib/archive/cpptasks/cpptasks-1.0b5-gcclinker.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 make/lib/archive/cpptasks/cpptasks-1.0b5-gcclinker.patch (limited to 'make/lib/archive/cpptasks/cpptasks-1.0b5-gcclinker.patch') diff --git a/make/lib/archive/cpptasks/cpptasks-1.0b5-gcclinker.patch b/make/lib/archive/cpptasks/cpptasks-1.0b5-gcclinker.patch deleted file mode 100644 index 0eb4c76..0000000 --- a/make/lib/archive/cpptasks/cpptasks-1.0b5-gcclinker.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: src/main/java/net/sf/antcontrib/cpptasks/gcc/GccLinker.java -=================================================================== ---- src/main/java/net/sf/antcontrib/cpptasks/gcc/GccLinker.java (revision 177) -+++ src/main/java/net/sf/antcontrib/cpptasks/gcc/GccLinker.java (working copy) -@@ -78,6 +78,12 @@ - */ - public String decorateLinkerOption(StringBuffer buf, String arg) { - String decoratedArg = arg; -+ if (arg.startsWith("--sysroot")) { -+ return arg; -+ } -+ if (arg.startsWith("-nostdlib")) { -+ return arg; -+ } - if (arg.length() > 1 && arg.charAt(0) == '-') { - switch (arg.charAt(1)) { - // -- cgit v1.2.3