From a44790f53919f0d129c78b8a288e5f5cac331c66 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 28 Jun 2000 20:11:28 +0000 Subject: Better cross libc support. -Erik --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f44790c80..16573ea89 100644 --- a/Makefile +++ b/Makefile @@ -52,11 +52,11 @@ endif # -D_GNU_SOURCE is needed because environ is used in init.c ifeq ($(DODEBUG),true) - CFLAGS += -Wall -g -fno-builtin -D_GNU_SOURCE + CFLAGS += -Wall -g -D_GNU_SOURCE LDFLAGS += STRIP = else - CFLAGS += -Wall $(OPTIMIZATION) -fomit-frame-pointer -fno-builtin -D_GNU_SOURCE + CFLAGS += -Wall $(OPTIMIZATION) -fomit-frame-pointer -D_GNU_SOURCE LDFLAGS += -s STRIP = $(STRIPTOOL) --remove-section=.note --remove-section=.comment $(PROG) #Only staticly link when _not_ debugging -- cgit v1.2.3