From f2420be7f1bc792488ae98a266cbd951c51ee336 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 9 Jun 2008 17:18:53 +0000 Subject: - Improve prerequisites and avoid spurious reconfigurations. More details: http://uclibc.org/lists/uclibc/2008-June/019509.html --- Rules.mak | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 66f4a6c01..8382691d8 100644 --- a/Rules.mak +++ b/Rules.mak @@ -44,6 +44,8 @@ TAR = tar STRIP_FLAGS ?= -x -R .note -R .comment +UNIFDEF := $(top_builddir)extra/scripts/unifdef -UUCLIBC_INTERNAL + # Select the compiler needed to build binaries for your development system HOSTCC = gcc BUILD_CFLAGS = -O2 -Wall @@ -175,7 +177,7 @@ ifeq ($(TARGET_ARCH),i386) # -O1 -march=pentium3, -Os -msse etc are known to be affected. # TODO: conditionally bump to 4 # (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13685) - OPTIMIZATION+=$(call check_gcc,-mpreferred-stack-boundary=2,) + OPTIMIZATION+=$(call check_gcc,-mpreferred-stack-boundary=4,) # Choice of alignment (please document why!) # -falign-labels: in-line labels -- cgit v1.2.3