[FFmpeg-cvslog] r25135 - trunk/configure

mru subversion
Thu Sep 16 17:25:10 CEST 2010


Author: mru
Date: Thu Sep 16 17:25:10 2010
New Revision: 25135

Log:
configure: detect Open64 compiler

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Sep 16 10:47:37 2010	(r25134)
+++ trunk/configure	Thu Sep 16 17:25:10 2010	(r25135)
@@ -1975,6 +1975,14 @@ elif $cc -v 2>&1 | grep -q 'PathScale\|P
     AS_DEPFLAGS='-MMD -MF $(@:.o=.d) -MT $@'
     speed_cflags='-O2'
     size_cflags='-Os'
+elif $cc -v 2>&1 | grep -q Open64; then
+    cc_type=open64
+    cc_version=__OPEN64__
+    cc_ident=$($cc -v 2>&1 | head -n1 | tr -d :)
+    CC_DEPFLAGS='-MMD -MF $(@:.o=.d) -MT $@'
+    AS_DEPFLAGS='-MMD -MF $(@:.o=.d) -MT $@'
+    speed_cflags='-O2'
+    size_cflags='-Os'
 fi
 
 test -n "$cc_type" && enable $cc_type ||



More information about the ffmpeg-cvslog mailing list