Re: [Alsa-devel] mips fix

2003-09-16 Thread Ryan Underwood
Hi, On Tue, Sep 09, 2003 at 08:09:45PM +0200, Takashi Iwai wrote: At Sun, 7 Sep 2003 22:36:57 -0500, Ryan Underwood wrote: In configure.in: mips*) c_opts=-mcpu=r4600 -G 0 -mips2 -fno-pic -mno-abicalls -mlong-calls processor=mips test $CONFIG_ISA = probe

Re: [Alsa-devel] mips fix

2003-09-09 Thread Takashi Iwai
At Sun, 7 Sep 2003 22:36:57 -0500, Ryan Underwood wrote: In configure.in: mips*) c_opts=-mcpu=r4600 -G 0 -mips2 -fno-pic -mno-abicalls -mlong-calls processor=mips test $CONFIG_ISA = probe CONFIG_ISA= ;; -mcpu apparently needs to be changed for latest versions of

[Alsa-devel] mips fix

2003-09-07 Thread Ryan Underwood
In configure.in: mips*) c_opts=-mcpu=r4600 -G 0 -mips2 -fno-pic -mno-abicalls -mlong-calls processor=mips test $CONFIG_ISA = probe CONFIG_ISA= ;; -mcpu apparently needs to be changed for latest versions of gcc, as -mcpu is no longer an option on mips architecture. Anyone