[mirmince commits] {tests} branch master updated. 499779bd2fcc978a782fa885c7c27da51105d9c0
tg at freewrt.org
tg at freewrt.org
Fri Jun 14 22:18:32 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 "Supplemental git repository tests for FreeWRT project mirmince".
The branch, master has been updated
via 499779bd2fcc978a782fa885c7c27da51105d9c0 (commit)
from 923d5895fc7d85642a13248af48b91b5fa282e33 (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 499779bd2fcc978a782fa885c7c27da51105d9c0
Author: Thorsten Glaser <tg at mirbsd.org>
Date: Fri Jun 14 22:18:52 2013 +0000
gcc and pcc define __ASSEMBLER__ for *.S so no need for _ASM_SOURCE
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c05545c..350b91d 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ CFLAGS+= -g3 -fno-omit-frame-pointer
.SUFFIXES: .a .o .S .i .c .h
.LIBS: .a
-COMPILE.S:= ${CC} -D_ASM_SOURCE ${CPPFLAGS} ${AFLAGS} -c
+COMPILE.S:= ${CC} ${CPPFLAGS} ${AFLAGS} -c
COMPILE.c:= ${CC} ${CPPFLAGS} ${CFLAGS} -c
LINK.c:= ${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
hooks/post-receive
--
Supplemental git repository tests for FreeWRT project mirmince
(FreeWRT project mirmince repository tests)
More information about the mirmince-commits
mailing list