summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-02-18 18:53:53 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-02-18 18:53:53 +0000
commitaca16bc15910e8b1298833d802b7715d16951bb3 (patch)
tree2b39af72eb88df63f93a355b079dc9b7f7295122
parent3c2b1d8bbed09450c9945006b9b5c5e39b15092f (diff)
downloaddrakx-backup-do-not-use-aca16bc15910e8b1298833d802b7715d16951bb3.tar
drakx-backup-do-not-use-aca16bc15910e8b1298833d802b7715d16951bb3.tar.gz
drakx-backup-do-not-use-aca16bc15910e8b1298833d802b7715d16951bb3.tar.bz2
drakx-backup-do-not-use-aca16bc15910e8b1298833d802b7715d16951bb3.tar.xz
drakx-backup-do-not-use-aca16bc15910e8b1298833d802b7715d16951bb3.zip
Use dietlibc on x86-64
-rw-r--r--mdk-stage1/Makefile4
-rw-r--r--mdk-stage1/Makefile.common2
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))