--- ./Makefile.orig 2010-06-11 14:08:12.000000000 +0200 +++ ./Makefile 2010-06-15 11:05:41.895320031 +0200 @@ -16,7 +16,7 @@ # to compile code-generator programs as part of the build process. # See TCC below for the C compiler for building the finished binary. # -BCC = gcc -g -O2 +BCC = ${CC} ${CFLAGS} #### The suffix to add to executable files. ".exe" for windows. # Nothing for unix. @@ -31,7 +31,7 @@ # #TCC = gcc -O6 #TCC = gcc -g -O0 -Wall -fprofile-arcs -ftest-coverage -TCC = gcc -g -Os -Wall +TCC = ${CC} ${CFLAGS} # To add support for HTTPS TCC += -DFOSSIL_ENABLE_SSL