From e1fef7c8c7ae7a3a170dc6bd23e37db6763b7a3c Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 31 Oct 2015 14:41:09 -0400 Subject: build system: fix support of CC, CPP, and CXX directly passed to configure. --- Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b5d4af5..38f42ed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,6 +46,9 @@ NATIVE_OS = @native_os@ NATIVE_OS_BITS = @native_os_bits@ NATIVE_OS_UNDERSCORE = @native_os_underscore@ +USER_CC = @user_cc@ +USER_CPP = @user_cpp@ +USER_CXX = @user_cxx@ all: @@ -239,6 +242,10 @@ clean: @echo NATIVE_OS_BITS:' '$(NATIVE_OS_BITS) @echo NATIVE_OS_USCORE:' '$(NATIVE_OS_UNDERSCORE) @echo + @echo USER_CC:' '$(USER_CC) + @echo USER_CPP:' '$(USER_CPP) + @echo USER_CXX:' '$(USER_CXX) + @echo .PHONY: all install shared static .display \ -- cgit v1.2.3