From 6c96c41ee49c11dda436eecc23beea002eace19e Mon Sep 17 00:00:00 2001 From: grischka Date: Sun, 16 Dec 2007 18:24:44 +0000 Subject: Import changesets (part 4) 428,457,460,467: defines for openbsd etc. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eda0889..502b0d4 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,10 @@ include config.mak CFLAGS+=-g -Wall ifndef CONFIG_WIN32 -LIBS=-ldl +LIBS=-lm +ifndef CONFIG_NOLDL +LIBS+=-ldl +endif BCHECK_O=bcheck.o endif CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC -- cgit v1.3.1