Magellan Linux

Diff of /trunk/core/libdrm/libdrm-2.4.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3293 by niro, Mon Oct 19 14:29:06 2009 UTC revision 3294 by niro, Mon Oct 19 14:30:28 2009 UTC
# Line 26  UP2DATE="updatecmd http://dri.freedeskto Line 26  UP2DATE="updatecmd http://dri.freedeskto
26    
27  src_compile()  src_compile()
28  {  {
29     # add march=native to cflags to fix compile issues
30     # see http://bugs.freedesktop.org/show_bug.cgi?id=24381
31   export CFLAGS="${CFLAGS} -march=native"   export CFLAGS="${CFLAGS} -march=native"
32   export CXXFLAGS="${CXXFLAGS} -march=native"   export CXXFLAGS="${CXXFLAGS} -march=native"
33    
34   xorg_configure || die   xorg_src_configure || die
35   mmake || die   mmake || die
36  }  }

Legend:
Removed from v.3293  
changed lines
  Added in v.3294