From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1606 Path: news.gmane.org!not-for-mail From: Luca Barbato Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH 2/3] cosmetic: remove trailing whitespace Date: Thu, 16 Aug 2012 18:18:06 +0200 Message-ID: <1345133887-4041-2-git-send-email-lu_zero@gentoo.org> References: <1345133887-4041-1-git-send-email-lu_zero@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1345133912 23035 80.91.229.3 (16 Aug 2012 16:18:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2012 16:18:32 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1608-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 16 18:18:32 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1T22mE-00015M-Um for gllmg-musl@plane.gmane.org; Thu, 16 Aug 2012 18:18:31 +0200 Original-Received: (qmail 29890 invoked by uid 550); 16 Aug 2012 16:18:29 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 29879 invoked from network); 16 Aug 2012 16:18:29 -0000 X-Mailer: git-send-email 1.7.8.rc1 In-Reply-To: <1345133887-4041-1-git-send-email-lu_zero@gentoo.org> Xref: news.gmane.org gmane.linux.lib.musl.general:1606 --- Just rebased Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fa44829..9d43559 100644 --- a/Makefile +++ b/Makefile @@ -22,11 +22,11 @@ LOBJS = $(OBJS:.o=.lo) GENH = include/bits/alltypes.h IMPH = src/internal/stdio_impl.h src/internal/pthread_impl.h src/internal/libc.h -LDFLAGS = +LDFLAGS = LIBCC = -lgcc CPPFLAGS = CFLAGS = -Os -pipe -CFLAGS_C99FSE = -std=c99 -ffreestanding -nostdinc +CFLAGS_C99FSE = -std=c99 -ffreestanding -nostdinc CFLAGS_ALL = $(CFLAGS_C99FSE) CFLAGS_ALL += -D_XOPEN_SOURCE=700 -I./arch/$(ARCH) -I./src/internal -I./include -- 1.7.8.rc1