From 7f572b6b12a406fc0dd5b1805e310439a7e65397 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 28 Oct 2015 02:20: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 4632564..206b995 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: @@ -270,6 +273,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 app .display \ -- cgit v1.2.3