[mirmince commits] {mirmince} branch master updated. 62fdbe9ee8c37e27ed539b8746d6b5e87fbcf88f
tg at freewrt.org
tg at freewrt.org
Sat Jan 26 01:18:52 UTC 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main git repository for FreeWRT project mirmince".
The branch, master has been updated
via 62fdbe9ee8c37e27ed539b8746d6b5e87fbcf88f (commit)
via b8af70fa709809e7b3bc65ee065f6a1229b5a89b (commit)
from c7ad5a0afbc5b529918526f03fd651e66f7eb417 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 62fdbe9ee8c37e27ed539b8746d6b5e87fbcf88f
Author: Thorsten Glaser <tg at mirbsd.org>
Date: Sat Jan 26 01:19:02 2013 +0000
fix running “make cleandir” on empty tree or twice
commit b8af70fa709809e7b3bc65ee065f6a1229b5a89b
Author: Thorsten Glaser <tg at mirbsd.org>
Date: Sat Jan 26 01:18:35 2013 +0000
default to -fomit-frame-pointer except when debugging
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 ++--
osdep/linux/Makefile.inc | 1 +
osdep/linux/i386/Makefile.inc | 3 +--
osdep/mirbsd/Makefile.inc | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
index edca1f0..ea54093 100644
--- a/Makefile
+++ b/Makefile
@@ -71,12 +71,12 @@ TG_VARIANT_DEF:=${TG_OS}-${TG_ARCH}
TG_VARIANT?= ${TG_VARIANT_DEF}
-.if !make(obj) && !make(depend) && !make(clean)
+.if !make(obj) && !make(depend) && !make(clean) && !make(cleandir)
.include "${LIBCDIR}/obj/Makefile.gen"
.endif
.ifdef DEBUG
-CFLAGS+= -g3
+CFLAGS+= -g3 -fno-omit-frame-pointer
.endif
.SUFFIXES: .a .o .S .i .c .h
diff --git a/osdep/linux/Makefile.inc b/osdep/linux/Makefile.inc
index 892b037..586866d 100644
--- a/osdep/linux/Makefile.inc
+++ b/osdep/linux/Makefile.inc
@@ -5,5 +5,6 @@ TG_CFLAGS+= -fno-align-functions -fno-align-labels \
-falign-loops=4 -falign-jumps=4
TG_CFLAGS+= -Wformat -Wstrict-aliasing -Wmissing-declarations
TG_CFLAGS+= -fwrapv
+TG_CFLAGS+= -fomit-frame-pointer
SRCS+= open.c
diff --git a/osdep/linux/i386/Makefile.inc b/osdep/linux/i386/Makefile.inc
index c0c527d..eb09b49 100644
--- a/osdep/linux/i386/Makefile.inc
+++ b/osdep/linux/i386/Makefile.inc
@@ -1,7 +1,6 @@
#XXX not thought about this much
-TG_CFLAGS+= -march=i486 -mpush-args -mpreferred-stack-boundary=2 \
- -momit-leaf-frame-pointer
+TG_CFLAGS+= -march=i486 -mpush-args -mpreferred-stack-boundary=2
MINCEBEG_OSMD= mincebeg_md.o
diff --git a/osdep/mirbsd/Makefile.inc b/osdep/mirbsd/Makefile.inc
index f07cc69..e7b99b1 100644
--- a/osdep/mirbsd/Makefile.inc
+++ b/osdep/mirbsd/Makefile.inc
@@ -5,8 +5,7 @@ TG_CFLAGS+= -fno-align-functions -fno-align-labels \
-falign-loops=4 -falign-jumps=4
.if ${TG_ARCH} == "i386"
-TG_CFLAGS+= -march=i486 -mpush-args -mpreferred-stack-boundary=2 \
- -momit-leaf-frame-pointer
+TG_CFLAGS+= -march=i486 -mpush-args -mpreferred-stack-boundary=2
.elif ${TG_ARCH} == "sparc"
TG_CFLAGS+= -mcpu=v8 -mtune=hypersparc
.else
@@ -15,5 +14,6 @@ TG_CFLAGS+= -mcpu=v8 -mtune=hypersparc
TG_CFLAGS+= -Wformat -Wstrict-aliasing -Wmissing-declarations
TG_CFLAGS+= -fwrapv
+TG_CFLAGS+= -fomit-frame-pointer
MINCEBEG_OSDEP= mincebeg_os.o
hooks/post-receive
--
Main git repository for FreeWRT project mirmince
(FreeWRT project mirmince repository mirmince)
More information about the Mirmince-commits
mailing list