Do not define CC and CXX in sdk/cpprt/Makefile

This will prevent the cross compilation environment from defining its
own CC and CXX.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
This commit is contained in:
Jarkko Sakkinen 2016-10-25 19:32:05 +03:00
parent 6662022bf8
commit fc4cd7ead0

View File

@ -79,9 +79,6 @@ $(CPPRT): $(OBJS) prepare-libunwind libunwind
$(CP) linux/libunwind/src/.libs/libunwind.a $(CPPRT)
$(AR) rs $@ $(OBJS)
$(CPPRT): CC = gcc
$(CPPRT): CXX = g++
.PHONY: libunwind
libunwind:
cd linux/libunwind/ && ( test -f Makefile || ./autogen-linux.sh ) && $(MAKE) -j5