From d2095b92c6dc4ce18831aae266851680691ea939 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 12 Nov 2004 17:57:49 +0000 Subject: remove GLIBC_LDFLAGS_STAGE1 and DIETLIBC_LDFLAGS_STAGE1 since they were not used everywhere, and so it was not easy to understand --- mdk-stage1/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'mdk-stage1/Makefile') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index d370aab4a..c4550e8a5 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -107,11 +107,7 @@ STAGE1_OWN_LIBS = $(INSMOD)/libinsmod.a mar/libmar.a bzlib/libbzlib.a ifeq (DIETLIBC, $(L)) STAGE1_NETWORK_LIBS = $(top_dir)/dietlibc/bin-$(ARCH)/librpc.a else -ifeq (x86_64, $(ARCH)) STAGE1_NETWORK_LIBS = /usr/$(LIB)/libresolv.a -else -STAGE1_NETWORK_LIBS = /usr/lib/libresolv.a -endif endif #- stage1 itself @@ -146,9 +142,9 @@ ifeq (x86_64, $(ARCH)) LDFLAGS_INIT = -static -nostdlib /usr/$(LIB)/crt1.o else ifeq (ia64, $(ARCH)) -LDFLAGS_INIT = $(GLIBC_LDFLAGS_STAGE1) +LDFLAGS_INIT = -static else -LDFLAGS_INIT = $(DIETLIBC_LDFLAGS_STAGE1) +LDFLAGS_INIT = -nostdlib endif endif endif -- cgit v1.2.1