From a746bfe6bb459b55b57502a03e773b25d2375c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 19 Feb 2003 18:03:38 +0000 Subject: Enable all usual stage1-* BINS on x86-64. Add dietlibc to DIRS too for that arch. Fix rescue-gui build with $(DIET) wrapper. --- mdk-stage1/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 430175eac..1f8e2e731 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -160,6 +160,9 @@ BINS = init stage1-full ifeq (i386, $(ARCH)) BINS += stage1-cdrom stage1-disk stage1-network stage1-usb endif +ifeq (x86_64, $(ARCH)) +BINS += stage1-cdrom stage1-disk stage1-network stage1-usb +endif ifeq (i386, $(ARCH)) DIRS = dietlibc @@ -167,7 +170,10 @@ endif ifeq (ppc, $(ARCH)) DIRS = dietlibc endif -DIRS += bzlib mar pci-resource usb-resource $(INSMOD) slang newt +ifeq (x86_64, $(ARCH)) +DIRS = dietlibc +endif +DIRS += mar pci-resource usb-resource bzlib $(INSMOD) slang newt ifneq (x86_64, $(ARCH)) DIRS += ppp/pppd rp-pppoe/src endif @@ -254,7 +260,7 @@ tar-mkinitrd_helper: clean rm -rf mkinitrd_helper-subdir rescue-gui: rescue-gui.o frontend-common.o $(FRONTEND_LINK) $(STAGE1_LIBC) - $(CC) $(LDFLAGS_STAGE1) -o $@ $^ + $(DIET) $(CC) $(LDFLAGS_STAGE1) -o $@ $^ $(STRIPCMD) $@ -- cgit v1.2.1