Re: [Mesa-dev] [PATCH] bin/mklib: remove '-m32' for arm linux

2012-04-23 Thread Brian Paul
On 04/20/2012 05:05 PM, Han Shen(沈涵) wrote: Hi I am working on chromium, and while I was compiling mesa-8.0 for arm linux, I found '-m32' gets added to the mklib OPTS, which is not a valid option for arm gcc compiler. I attached a simple patch for this, could some one take a look at this? Do no

[Mesa-dev] [PATCH] bin/mklib: remove '-m32' for arm linux

2012-04-20 Thread 沈涵
Hi I am working on chromium, and while I was compiling mesa-8.0 for arm linux, I found '-m32' gets added to the mklib OPTS, which is not a valid option for arm gcc compiler. I attached a simple patch for this, could some one take a look at this? Do not add '-m32' to arm compiler options. diff -ru