On Sat, Mar 08, 2003 at 10:40:52AM +0100, Martin Langer wrote:
> On Sat, Mar 08, 2003 at 10:11:24AM +0100, Martin Langer wrote:
> > On Sat, Mar 08, 2003 at 10:51:29AM +0200, Panagiotis Papadakos wrote:
> >
> > > cc1: Invalid option `-falign-functions=4'
Removing that option really helps in my case. Don't know if it should be
really applied to the CVS tree.
martin
--- alsa-driver/configure.in.ORIGINAL Sat Mar 8 23:20:05 2003
+++ alsa-driver/configure.in Sat Mar 8 23:20:54 2003
@@ -430,7 +430,7 @@
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 -falign-functions=4"
+ c_opts="-march=i686"
fi
;;
crusoe)
> Another machine (same Alsa-CVS, both debian woody) shows a different problem:
>
> ainstr_simple.o: file not recognized: File truncated
latest CVS has no longer that problem. It compiles fine.
-------------------------------------------------------
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