On Mon, 14 Jan 2013, Sean McGovern wrote:

-mimpure-text is for GCC only, and suncc's equivalent of
-shared is -G.
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index a2bf6e1..e9cdfab 100755
--- a/configure
+++ b/configure
@@ -2239,7 +2239,8 @@ suncc_flags(){
            -fomit-frame-pointer) echo -xregs=frameptr    ;;
            -fPIC)                echo -KPIC -xcode=pic32 ;;
            -W*,*)                echo $flag              ;;
-            -f*-*|-W*)                                    ;;
+            -f*-*|-W*|-mimpure-text)                      ;;
+            -shared)              echo -G                 ;;
            *)                    echo $flag              ;;
        esac
    done
--
1.8.0.2

This is probably ok

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to