OSDN Git Service

configs: remove -ansi from linux-debug
authorBrian Paul <brianp@vmware.com>
Fri, 15 Jan 2010 16:02:52 +0000 (09:02 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 15 Jan 2010 16:02:56 +0000 (09:02 -0700)
commit5d57e70ffae96105a36b5edfd29c72c4b6bdd8c3
treef90569f3a8a986426164afccddaa18d32ebc4b13
parentd1767bfdabac4fd1eedb1ad9ddea368e077725c6
configs: remove -ansi from linux-debug

-ansi implies -std=c89 but that conflicts with the -std=c99 flag
which is also provided.

Allows the r300g driver to compile.
configs/linux-debug