summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))