summaryrefslogtreecommitdiff
path: root/packages/gcc/4.8.5/0002-libtool-leave-framework-alone.patch
blob: e67e0e885904b9fb2ed49e399296fdbdf368751d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
 libtool-ldflags |    5 +++++
 1 file changed, 5 insertions(+)

--- a/libtool-ldflags
+++ b/libtool-ldflags
@@ -36,6 +36,11 @@
 for arg
 do
     case $arg in
+	-framework)
+	    # libtool handles this option. It should not be prefixed with
+	    # -Xcompiler, as that would split it from the argument that
+	    # follows.
+	    ;;
 	-f*|--*)
 	    # Libtool does not ascribe any special meaning options
 	    # that begin with -f or with a double-dash.  So, it will