From 3515285aba556eec90abe50b41f22880121593f0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 13 May 2014 19:59:57 +0200 Subject: always default to glibc --- Makefile.common | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index ec7066a06..66962cde7 100644 --- a/Makefile.common +++ b/Makefile.common @@ -17,25 +17,13 @@ ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(patsubst sparc%,sparc,$(ARCH)) - #- default lib is dietlibc (honoured by main Makefile whenever possible) -L = DIETLIBC -#L = GLIBC + #- 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 - #- override in some situations -ifeq (ia64, $(ARCH)) -L = GLIBC -endif -ifeq (ppc, $(ARCH)) -L = GLIBC -endif -ifeq (x86_64, $(ARCH)) -#L = GLIBC -endif - ifeq (DIETLIBC, $(L)) DIET = $(top_dir)/dietlibc/bin-$(ARCH)/diet endif -- cgit v1.2.1