Allow specifying external CC

This commit is contained in:
Bertold Van den Bergh 2019-08-14 11:06:13 +02:00
parent 93161ccc52
commit f119f4279d

View file

@ -24,9 +24,9 @@
#SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
CCARCH=
CC=$(CCARCH)gcc
STRIP=$(CCARCH)strip
CCARCH?=
CC?=$(CCARCH)gcc
STRIP?=$(CCARCH)strip
CFLAGS=-fPIC -O3 -std=gnu99 -pedantic -Wall -Wextra -Wconversion -Werror -c -fmessage-length=0 -ffunction-sections -fdata-sections
LDFLAGS=-shared