Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/arch/i386/Makefile

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

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 2  Line 2 
2  # Build system  # Build system
3  # ==========================================================================  # ==========================================================================
4    
5  CFLAGS += -march=i386 -mpreferred-stack-boundary=2  # -mpreferred-stack-boundary=2 is essential in preventing gcc 4.2.x
6    # from aligning stack to 16 bytes. (Which is gcc's way of supporting SSE).
7    CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)

Legend:
Removed from v.815  
changed lines
  Added in v.816