diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-11 00:25:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-11 00:25:23 +0000 |
commit | e1d59aed553bce7018873da60c712d711d080f8d (patch) | |
tree | ed414ae1fdbf5030ceb79f179b163aa2acb1619a /Makerules | |
parent | 5b896451eea5183f6404d68656038299108ffc60 (diff) |
create new menu so people can select what format they wish to build uClibc
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |