Hi, This trivial patch alters compile options for athlon and crusoe cpu-types to be compatible with gcc-3.x.x.
Matt Mercr Index: configure.in =================================================================== RCS file: /cvsroot/alsa/alsa-driver/configure.in,v retrieving revision 1.142 diff -u -r1.142 configure.in --- configure.in 5 Mar 2003 20:04:33 -0000 1.142 +++ configure.in 6 Mar 2003 09:19:10 -0000 @@ -430,11 +430,11 @@ if $CC -march=athlon -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then c_opts="-march=athlon" else - c_opts="-march=i686 -malign-functions=4" + c_opts="-march=i686 -falign-functions=4" fi ;; crusoe) - c_opts="-march=i686 -malign-functions=0 -malign-jumps=0 -malign-loops=0" + c_opts="-march=i686 -falign-functions=0 -falign-jumps=0 -falign-loops=0" ;; ia64) c_opts="-Wa,-x -ffixed-r13 -mfixed-range=f10-f15,f32-f127 -funwind-tables -falign-functions=32" ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel