Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv9213

Modified Files:
        configure.in 
Log Message:
Added workaround for cross compiling (compiler detection)

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- configure.in        6 Jun 2003 11:54:02 -0000       1.180
+++ configure.in        14 Jun 2003 09:34:44 -0000      1.181
@@ -233,6 +233,12 @@
     ;;
   esac
 esac
+if test "$my_compiler_type" = "${CROSS_COMPILE}gcc"; then
+  my_compiler_type="gcc"
+fi
+if test "$my_compiler_type" = "${CROSS_COMPILE}cc"; then
+  my_compiler_type="cc"
+fi
 if test "$my_compiler_type" = "$my_compiler_version"; then
   my_compiler_type="gcc"
 fi



-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to