From: Guillem Jover Date: Sat, 30 Jan 2010 21:39:18 +0000 (+0100) Subject: build: By default set CC to gcc X-Git-Tag: 0.3.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d79b0310b6602e4846a5972bebde6b169945f3;p=thirdparty%2Flibbsd.git build: By default set CC to gcc --- diff --git a/Makefile b/Makefile index d63ac12..05f344d 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,8 @@ LIB_MANS := $(patsubst %,src/%,$(LIB_MANS)) LIB_STATIC_OBJS := $(LIB_SRCS:%.c=%.o) LIB_SHARED_OBJS := $(LIB_SRCS:%.c=%.lo) +CC = gcc + # Set default value for compilation CFLAGS ?= -g -Wall -Wextra -Wno-unused-variable