From 1322b0e1f7d7d297c8c31ee95cba05b7754bcc46 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 2 Oct 2011 19:26:26 +0000 Subject: don't differentiate GNU/Hurd and GNU/kFreeBSD from GNU/Linux since they should have the same libs svn path=/trunk/externals/template/; revision=15450 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2c3aa04..2d26a02 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ ifeq ($(UNAME),GNU) OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer CFLAGS += -fPIC LDFLAGS += -Wl,--export-dynamic -shared -fPIC - LIBS += -lc $(LIBS_gnu) + LIBS += -lc $(LIBS_linux) STRIP = strip --strip-unneeded -R .note -R .comment DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m) endif @@ -169,7 +169,7 @@ ifeq ($(UNAME),GNU/kFreeBSD) OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer CFLAGS += -fPIC LDFLAGS += -Wl,--export-dynamic -shared -fPIC - LIBS += -lc $(LIBS_kfreebsd) + LIBS += -lc $(LIBS_linux) STRIP = strip --strip-unneeded -R .note -R .comment DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m) endif -- cgit v1.2.1