https://bugs.freedesktop.org/show_bug.cgi?id=44928
Eric Anholt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Caleb Callaway <[email protected]> 2012-01-24 22:39:26 PST --- First patch works for me...the second patch doesn't :/ --- Comment #12 from Eric Anholt <[email protected]> 2012-01-26 16:18:29 PST --- commit c88503944234421ecb617001aad305ff3b1b83d2 Author: Eric Anholt <[email protected]> Date: Thu Jan 26 16:11:12 2012 -0800 i965: Drop the missing symbols link test. This was horribly broken and has cost everyone more time than we were ever going to save using it. It might have been fixable, but the problem it was originally trying to solve can be better solved with -Werror=missing-prototypes and -Werror=implicit-function-declaration. Also, it was always producing a big scary warning about how the link test was non-portable. Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44928 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
