From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1098 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: Wed, 13 Jun 2012 07:22:02 +0200 Message-ID: <1339564923-13703-3-git-send-email-lu_zero@gentoo.org> References: <1339564923-13703-1-git-send-email-lu_zero@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1339564955 18863 80.91.229.3 (13 Jun 2012 05:22:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2012 05:22:35 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1098-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jun 13 07:22:34 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 1Seg2C-0003tQ-6f for gllmg-musl@plane.gmane.org; Wed, 13 Jun 2012 07:22:24 +0200 Original-Received: (qmail 20052 invoked by uid 550); 13 Jun 2012 05:22:24 -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 20044 invoked from network); 13 Jun 2012 05:22:24 -0000 X-Mailer: git-send-email 1.7.8.rc1 In-Reply-To: <1339564923-13703-1-git-send-email-lu_zero@gentoo.org> Xref: news.gmane.org gmane.linux.lib.musl.general:1098 Archived-At: --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 389486e..4bc1b63 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,10 @@ 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 = 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./src/internal -I./include -I./arch/$(ARCH) -- 1.7.8.rc1