From 696390ee5b873d93e5f15309b0630e7aea7c36b8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 4 Jul 2014 08:25:03 +0200 Subject: we now only support glibc --- Makefile.common | 3 --- mdk-stage1/Makefile.common | 2 -- 2 files changed, 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 -- cgit v1.2.1