summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-07-04 08:25:03 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-08-06 10:15:29 +0200
commit1a9b826eb905f7fcbd8649b0514264d960918ccd (patch)
tree3a60ef8cae4b5add25d4cbd8fd658cb02ebe8c4c
parentdf93dd6082bfdcc2cc46a3950a41f629adc599a2 (diff)
downloaddrakx-1a9b826eb905f7fcbd8649b0514264d960918ccd.tar
drakx-1a9b826eb905f7fcbd8649b0514264d960918ccd.tar.gz
drakx-1a9b826eb905f7fcbd8649b0514264d960918ccd.tar.bz2
drakx-1a9b826eb905f7fcbd8649b0514264d960918ccd.tar.xz
drakx-1a9b826eb905f7fcbd8649b0514264d960918ccd.zip
we now only support glibc
-rw-r--r--Makefile.common3
-rw-r--r--mdk-stage1/Makefile.common2
2 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.common b/Makefile.common
index 11aa0414b..88f138e79 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -17,9 +17,6 @@
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(ARCH:sparc%=sparc)
- #- default lib is glibc (honoured by main Makefile whenever possible)
-L = GLIBC
-
#- default frontend is newt (honoured by main Makefile whenever possible)
F = NEWT
# F = STDIO
diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common
index 357bce3de..f2c70273a 100644
--- a/mdk-stage1/Makefile.common
+++ b/mdk-stage1/Makefile.common
@@ -26,8 +26,6 @@ else
F = NEWT
endif
-L = GLIBC
-
ifdef DEBUG
OPTFLAGS = -g -DDEBUG
else