build: By default set CC to gcc

This commit is contained in:
Guillem Jover 2010-01-30 22:39:18 +01:00
parent cd730a02c3
commit 32d79b0310

View File

@ -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