From e1d59aed553bce7018873da60c712d711d080f8d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 11 Dec 2006 00:25:23 +0000 Subject: create new menu so people can select what format they wish to build uClibc --- Makerules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 44151d45e..b4df69bb6 100644 --- a/Makerules +++ b/Makerules @@ -11,7 +11,7 @@ libs: $(lib-so-y) $(lib-a-y) $(lib-so-y): $(interp) else .LIBPATTERNS: "lib%.a" -ifeq ($(HAVE_SHARED_FLAT),y) +ifeq ($(UCLIBC_FORMAT_SHARED_FLAT),y) libs: $(lib-gdb-y) endif libs: $(lib-a-y) @@ -207,7 +207,7 @@ $(headers_dep): CRT := crt1 -ifeq ($(HAVE_SHARED)$(HAVE_SHARED_FLAT),y) +ifeq ($(HAVE_SHARED)$(UCLIBC_FORMAT_SHARED_FLAT),y) CRTS=$(top_builddir)lib/$(CRT).o $(top_builddir)lib/S$(CRT).o else CRTS=$(top_builddir)lib/$(CRT).o -- cgit v1.2.3