Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 816 - (hide annotations) (download)
Fri Apr 24 18:33:46 2009 UTC (15 years ago) by niro
File size: 383 byte(s)
-updated to busybox-1.13.4
1 niro 532 # ==========================================================================
2     # Build system
3     # ==========================================================================
4    
5 niro 816 # -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,)