2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-18 21:43:14 +00:00

Add -mpreferred-stack-boundary=2 to i386 CFLAGS as it's almost always a win.

This commit is contained in:
Holger Lubitz 2007-06-17 22:16:31 +02:00 committed by Michael Brown
parent bfc4737751
commit 4ff85d9f15

View File

@ -136,6 +136,9 @@ ifneq ($(GCC_MINORVERSION),4)
CFLAGS+= -march=i386
endif
# this is almost always a win. the kernel uses it, too.
CFLAGS+= -mpreferred-stack-boundary=2
LDFLAGS+= -N
ifeq "$(shell uname -s)" "FreeBSD"