diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-27 13:15:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-27 13:15:58 +0000 |
commit | 7ebf3b1fcc9d35242f21dfb44393dd752373bdf0 (patch) | |
tree | 0ad1caa58eb468475479258880146b2305176c10 /stlport | |
parent | 3c4929f2e41758eb9742e056db8dbfb08cea65f8 (diff) |
--fexceptions -> -fexceptions
Diffstat (limited to 'stlport')
-rw-r--r-- | stlport/STLport-4.5.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stlport/STLport-4.5.patch b/stlport/STLport-4.5.patch index 27ff2efb8008..847605338494 100644 --- a/stlport/STLport-4.5.patch +++ b/stlport/STLport-4.5.patch @@ -137,7 +137,7 @@ +# +# +LINK=ar cr -+DYN_LINK=${CXX} -Wl,-rpath,'$$ORIGIN' ${PTHREAD_LIBS} --fexceptions -shared -o ++DYN_LINK=${CXX} -Wl,-rpath,'$$ORIGIN' ${PTHREAD_LIBS} -fexceptions -shared -o + +OBJEXT=o +DYNEXT=so @@ -210,7 +210,7 @@ +# +# +LINK=ar crv -+DYN_LINK=$(CXX) --fexceptions -shared -o ++DYN_LINK=$(CXX) -fexceptions -shared -o + +OBJEXT=o +DYNEXT=dll @@ -449,7 +449,7 @@ +# +# +LINK=ar cr -+DYN_LINK=$(CXX) -Wl,-rpath,'$$ORIGIN' --fexceptions -shared -o ++DYN_LINK=$(CXX) -Wl,-rpath,'$$ORIGIN' -fexceptions -shared -o + +OBJEXT=o +DYNEXT=so |