|
Message-Id: <1345133887-4041-2-git-send-email-lu_zero@gentoo.org> Date: Thu, 16 Aug 2012 18:18:06 +0200 From: Luca Barbato <lu_zero@...too.org> To: musl@...ts.openwall.com Subject: [PATCH 2/3] cosmetic: remove trailing whitespace --- 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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.