From aca16bc15910e8b1298833d802b7715d16951bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 18 Feb 2003 18:53:53 +0000 Subject: Use dietlibc on x86-64 --- mdk-stage1/Makefile | 4 ++-- mdk-stage1/Makefile.common | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 7162d78c3..430175eac 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -1,4 +1,4 @@ - #****************************************************************************** + #***************************************************************************** # # mdk-stage1 - the program that will load second-stage install # @@ -33,7 +33,7 @@ # init with glibc # stage1 with glibc # - # x86-64 + # x86-64 # init with minilibc # stage1 with dietlibc # diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common index 0103b5d73..cc9e602da 100644 --- a/mdk-stage1/Makefile.common +++ b/mdk-stage1/Makefile.common @@ -33,7 +33,7 @@ ifeq (ppc, $(ARCH)) L = GLIBC endif ifeq (x86_64, $(ARCH)) -L = GLIBC +#L = GLIBC endif ifeq (DIETLIBC, $(L)) -- cgit v1.2.1