diff options
author | Sven Gothel <sgothel@jausoft.com> | 2013-09-12 01:08:05 +0200 |
---|---|---|
committer | Sven Gothel <sgothel@jausoft.com> | 2013-09-12 01:08:05 +0200 |
commit | 5e56a336adbd4eb44bdddb893961bbbd9b3e443a (patch) | |
tree | 0a87637b50de64a987ed32ebc8cfe08de8d9c7ec /make/lib/archive/cpptasks/obsolete/cpptasks-1.0b5-gcclinker.patch | |
parent | 6ca49d54ab93c0fbdd9fb45e3263eb9d59487cf5 (diff) |
Remove cpptasks archive, using <http://jogamp.org/git/?p=ant-cpptasks.git;a=summary>
Diffstat (limited to 'make/lib/archive/cpptasks/obsolete/cpptasks-1.0b5-gcclinker.patch')
-rw-r--r-- | make/lib/archive/cpptasks/obsolete/cpptasks-1.0b5-gcclinker.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/make/lib/archive/cpptasks/obsolete/cpptasks-1.0b5-gcclinker.patch b/make/lib/archive/cpptasks/obsolete/cpptasks-1.0b5-gcclinker.patch deleted file mode 100644 index 0eb4c76..0000000 --- a/make/lib/archive/cpptasks/obsolete/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)) { - // |