Magellan Linux

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

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

revision 5291 by niro, Tue Apr 20 19:01:13 2010 UTC revision 5353 by niro, Fri May 7 16:14:48 2010 UTC
# Line 26  UP2DATE="updatecmd http://dri.freedeskto Line 26  UP2DATE="updatecmd http://dri.freedeskto
26    
27  src_compile()  src_compile()
28  {  {
  cd ${SRCDIR}  
   
29   # add march=native to cflags to fix compile issues   # add march=native to cflags to fix compile issues
30   # see http://bugs.freedesktop.org/show_bug.cgi?id=24381   # see http://bugs.freedesktop.org/show_bug.cgi?id=24381
31   export CFLAGS="${CFLAGS} -march=native"   export CFLAGS="${CFLAGS} -march=native"
# Line 35  src_compile() Line 33  src_compile()
33    
34   mconfigure || die   mconfigure || die
35   mmake || die   mmake || die
 }  
36    }

Legend:
Removed from v.5291  
changed lines
  Added in v.5353