summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile.common
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 /mdk-stage1/Makefile.common
parent3c2b1d8bbed09450c9945006b9b5c5e39b15092f (diff)
downloaddrakx-aca16bc15910e8b1298833d802b7715d16951bb3.tar
drakx-aca16bc15910e8b1298833d802b7715d16951bb3.tar.gz
drakx-aca16bc15910e8b1298833d802b7715d16951bb3.tar.bz2
drakx-aca16bc15910e8b1298833d802b7715d16951bb3.tar.xz
drakx-aca16bc15910e8b1298833d802b7715d16951bb3.zip
Use dietlibc on x86-64
Diffstat (limited to 'mdk-stage1/Makefile.common')
-rw-r--r--mdk-stage1/Makefile.common2
1 files changed, 1 insertions, 1 deletions
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))